diff options
| author | Michael Merickel <michael@merickel.org> | 2020-02-27 21:56:32 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2020-11-28 20:21:15 -0600 |
| commit | 0bc0261527e410e350fe52e7dcad120cb7a58d9f (patch) | |
| tree | 981f4bd20e37abeee168ba7a46f18a74f2c120bb /src | |
| parent | dba2bb6b6ffc4a01994ae1d3397187a668ff3148 (diff) | |
| download | pyramid-0bc0261527e410e350fe52e7dcad120cb7a58d9f.tar.gz pyramid-0bc0261527e410e350fe52e7dcad120cb7a58d9f.tar.bz2 pyramid-0bc0261527e410e350fe52e7dcad120cb7a58d9f.zip | |
first draft of whatsnew
Diffstat (limited to 'src')
| -rw-r--r-- | src/pyramid/config/security.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pyramid/config/security.py b/src/pyramid/config/security.py index 8939cf62e..c63914fd0 100644 --- a/src/pyramid/config/security.py +++ b/src/pyramid/config/security.py @@ -60,8 +60,8 @@ class SecurityConfiguratorMixin: """ .. deprecated:: 2.0 - Authentication policies have been replaced by - security policies. See :ref:`upgrading_auth` for more information. + Authentication policies have been replaced by security policies. + See :ref:`upgrading_auth_20` for more information. Override the :app:`Pyramid` :term:`authentication policy` in the current configuration. The ``policy`` argument must be an instance @@ -121,8 +121,8 @@ class SecurityConfiguratorMixin: """ .. deprecated:: 2.0 - Authentication policies have been replaced by - security policies. See :ref:`upgrading_auth` for more information. + Authentication policies have been replaced by security policies. + See :ref:`upgrading_auth` for more information. Override the :app:`Pyramid` :term:`authorization policy` in the current configuration. The ``policy`` argument must be an instance |
