diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-01 09:44:59 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-04-01 09:44:59 +0200 |
| commit | 50218d2d443c8773af3f2312fd0df095f993d4a9 (patch) | |
| tree | 756cb48b8bd607cdfbaa58fba884d31a7c857d7a /docs/whatsnew-1.4.rst | |
| parent | 710c04d2260827a96e5061930bd3196a4a9aa912 (diff) | |
| download | pyramid-50218d2d443c8773af3f2312fd0df095f993d4a9.tar.gz pyramid-50218d2d443c8773af3f2312fd0df095f993d4a9.tar.bz2 pyramid-50218d2d443c8773af3f2312fd0df095f993d4a9.zip | |
fix some cross-references
Diffstat (limited to 'docs/whatsnew-1.4.rst')
| -rw-r--r-- | docs/whatsnew-1.4.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/whatsnew-1.4.rst b/docs/whatsnew-1.4.rst index f725615f3..505b9d798 100644 --- a/docs/whatsnew-1.4.rst +++ b/docs/whatsnew-1.4.rst @@ -184,11 +184,12 @@ Minor Feature Additions returns the policy object it creates. - The DummySecurityPolicy created by - :meth:`pyramid.config.testing_securitypolicy` now sets a ``forgotten`` value - on the policy (the value ``True``) when its ``forget`` method is called. + :meth:`pyramid.config.Configurator.testing_securitypolicy` now sets a + ``forgotten`` value on the policy (the value ``True``) when its ``forget`` + method is called. - The DummySecurityPolicy created by - :meth:`pyramid.config.testing_securitypolicy` now sets a + :meth:`pyramid.config.Configurator.testing_securitypolicy` now sets a ``remembered`` value on the policy, which is the value of the ``principal`` argument it's called with when its ``remember`` method is called. @@ -301,7 +302,7 @@ Backwards Incompatibilities :meth:`pyramid.config.Configurator.testing_add_subscriber` instead. * ``registerTemplateRenderer`` (aka ``registerDummyRenderer``), use - :meth:`pyramid.config.Configurator.testing_add_template` instead. + :meth:`pyramid.config.Configurator.testing_add_renderer` instead. * ``registerView``, use :meth:`pyramid.config.Configurator.add_view` instead. |
