Backport ACL computation improvements

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-04 03:27:30 -04:00
parent d271f1503d
commit 8e731d6280
61 changed files with 701 additions and 609 deletions

View File

@@ -245,6 +245,16 @@ Other changes
* Add new app to handle all dependencies.
* Remove the licenses.py module and replace
it with a dependencies.py module.
* Backport ACL computation improvements.
* Remove model permission proxy models.
* Remove related access control argument. This is
now handled by the related field registration.
* Allow nested access control checking.
* check_access's permissions argument must now be
an interable.
* Remove permissions_related from links.
* Remove mayan_permission_attribute_check from
API permission.
Removals
--------