-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added thru table for TrustGroup to allow for additional relation attr…
…ibute. Fixed bug in Trust.get_or_create_settlor_default(). Improved Trust.__str__.
- Loading branch information
Showing
5 changed files
with
73 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#### 0.11.0 | ||
|
||
~Backward Incompatible~ ManyToMany relationship between Trust and Group is now related with a through table (ie, trusts.TrustGroup) | ||
|
||
~Backward Incompatible~ Method `Trust.filter_by_user_perm()` is renamed to `Trust.filter_by_user_content_perm()`. | ||
|
||
#### 0.10.3 | ||
|
||
CHANGES.md is initially added. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
|
||
setup( | ||
name='django-trusts', | ||
version='0.10.3', | ||
version='0.11.0', | ||
description='Django authorization add-on for multiple organizations and object-level permission settings', | ||
author='Thomas Yip', | ||
author_email='[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters