diff options
| author | Michael Merickel <michael@merickel.org> | 2020-11-28 23:13:33 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-11-28 23:13:33 -0600 |
| commit | 30cd9bcee5115f18f1d20eaa74a7e5753260f0ac (patch) | |
| tree | a3dbd1011253c2c836b27adc843ff9131b78ccb6 /docs/whatsnew-2.0.rst | |
| parent | 46a9c339cdbdf9e78f585026054e3ecdba2ee53d (diff) | |
| download | pyramid-30cd9bcee5115f18f1d20eaa74a7e5753260f0ac.tar.gz pyramid-30cd9bcee5115f18f1d20eaa74a7e5753260f0ac.tar.bz2 pyramid-30cd9bcee5115f18f1d20eaa74a7e5753260f0ac.zip | |
fix a few references
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 9caea1c93..3f745ea3f 100644 --- a/docs/whatsnew-2.0.rst +++ b/docs/whatsnew-2.0.rst @@ -22,7 +22,7 @@ The feature additions in Pyramid 2.0 are as follows: - :meth:`pyramid.config.Configurator.set_security_policy` - :class:`pyramid.interfaces.ISecurityPolicy` - - :attr:`pyramid.request.Request.authenticated_identity` + - :attr:`pyramid.request.Request.identity` - :class:`pyramid.authentication.AuthTktCookieHelper` (available in Pyramid 1.x) - :class:`pyramid.authentication.SessionAuthenticationHelper` - :class:`pyramid.authorization.ACLHelper` |
