diff options
| author | Michael Merickel <michael@merickel.org> | 2020-01-16 10:34:45 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-01-16 10:34:45 -0600 |
| commit | 592cadd9c20ce410d9ab7b9a748ec59dff001f65 (patch) | |
| tree | 2e4133bffc8363259afef49f8899402d17098246 /docs/whatsnew-2.0.rst | |
| parent | a7f61dc1ae95ffddacccfb583fa7a8f6d294f4b9 (diff) | |
| download | pyramid-592cadd9c20ce410d9ab7b9a748ec59dff001f65.tar.gz pyramid-592cadd9c20ce410d9ab7b9a748ec59dff001f65.tar.bz2 pyramid-592cadd9c20ce410d9ab7b9a748ec59dff001f65.zip | |
update docs with pyramid.authorizatio imports after syncing master
Diffstat (limited to 'docs/whatsnew-2.0.rst')
| -rw-r--r-- | docs/whatsnew-2.0.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-2.0.rst b/docs/whatsnew-2.0.rst index d5f825c43..a58f317d7 100644 --- a/docs/whatsnew-2.0.rst +++ b/docs/whatsnew-2.0.rst @@ -95,4 +95,4 @@ The new :attr:`pyramid.request.Request.authenticated_identity` property will output the same result as :attr:`pyramid.request.Request.authenticated_userid`. If using a security policy, :attr:`pyramid.request.Request.unauthenticated_userid` will return the same value as :attr:`pyramid.request.Request.authenticated_userid`. -:attr:`pyramid.request.Request.effective_principals` will always return a one-element list containing the :data:`pyramid.security.Everyone` principal, as there is no equivalent in the new security policy. +:attr:`pyramid.request.Request.effective_principals` will always return a one-element list containing the :data:`pyramid.authorization.Everyone` principal, as there is no equivalent in the new security policy. |
