diff options
| author | Chris McDonough <chrism@plope.com> | 2012-11-04 01:51:42 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-11-04 01:51:42 -0500 |
| commit | 04875452db1da40bd8ed0841869d511b8d86527d (patch) | |
| tree | b419ceb66f4298b63d4c0f591f1f5ef0ff7a58a8 /docs/api | |
| parent | eb1807fd7d8e72ebdc386ee9f5ec00738dd87b44 (diff) | |
| download | pyramid-04875452db1da40bd8ed0841869d511b8d86527d.tar.gz pyramid-04875452db1da40bd8ed0841869d511b8d86527d.tar.bz2 pyramid-04875452db1da40bd8ed0841869d511b8d86527d.zip | |
fix docs, upgrade tutorials, add change note, deprecate using zope.deprecation instead of a warning, make hashalg arg a kwarg in certain cases in case someone (maybe me) is using nonapi function imports from authentication
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/authentication.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst index e6ee5658b..49ee405eb 100644 --- a/docs/api/authentication.rst +++ b/docs/api/authentication.rst @@ -9,6 +9,8 @@ Authentication Policies .. automodule:: pyramid.authentication .. autoclass:: SHA512AuthTktAuthenticationPolicy + :members: + :inherited-members: .. autoclass:: AuthTktAuthenticationPolicy :members: |
