diff options
| author | Theron Luhn <theron@luhn.com> | 2019-12-15 20:02:36 -0800 |
|---|---|---|
| committer | Theron Luhn <theron@luhn.com> | 2019-12-15 20:02:36 -0800 |
| commit | 11b3c1c7dea42f8290b6a91d5ab292a27d974f3b (patch) | |
| tree | 357cbe2746d208b4526a3a6a61ccd893f4a28cbd /docs | |
| parent | 32bf9b3669f2ba0c4a0aaf35f4e2cdad8f9314f0 (diff) | |
| download | pyramid-11b3c1c7dea42f8290b6a91d5ab292a27d974f3b.tar.gz pyramid-11b3c1c7dea42f8290b6a91d5ab292a27d974f3b.tar.bz2 pyramid-11b3c1c7dea42f8290b6a91d5ab292a27d974f3b.zip | |
Fix whatsnew.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-2.0.rst | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/whatsnew-2.0.rst b/docs/whatsnew-2.0.rst index 6b3261284..d5f825c43 100644 --- a/docs/whatsnew-2.0.rst +++ b/docs/whatsnew-2.0.rst @@ -94,9 +94,5 @@ normal, as well as all related :class:`pyramid.request.Request` properties. 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.authenticated_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. +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. |
