diff options
| author | Chris McDonough <chrism@plope.com> | 2013-10-01 22:10:36 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-10-01 22:10:36 -0400 |
| commit | 678f49d2e08b128785e32ed6fc9e12df4713ad7c (patch) | |
| tree | c206556933df50e69c4c2569507a94bd3dbe7bd8 /CHANGES.txt | |
| parent | 073e5247f4adf68fe96423d6669b437dc6f337a8 (diff) | |
| download | pyramid-678f49d2e08b128785e32ed6fc9e12df4713ad7c.tar.gz pyramid-678f49d2e08b128785e32ed6fc9e12df4713ad7c.tar.bz2 pyramid-678f49d2e08b128785e32ed6fc9e12df4713ad7c.zip | |
- Fix the ``principals_allowed_by_permission`` method of
``ACLAuthorizationPolicy`` so it anticipates a callable ``__acl__``
on resources. Previously it did not try to call the ``__acl__``
if it was callable.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 34e722fd6..880f7a3f3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,11 @@ Bug Fixes than saying ``pcreate -s starter /foo/bar``. The former did not work properly. +- Fix the ``principals_allowed_by_permission`` method of + ``ACLAuthorizationPolicy`` so it anticipates a callable ``__acl__`` + on resources. Previously it did not try to call the ``__acl__`` + if it was callable. + Documentation ------------- |
