diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-29 16:55:56 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-29 16:55:56 -0400 |
| commit | 815955a0c25522d9d22707ec5c3cdf978c24572a (patch) | |
| tree | ea476a5f78afa793ab6a63250b8240b5669258f4 /docs/api | |
| parent | 5038994ea9e053b16fca74ea8fa022871e630883 (diff) | |
| download | pyramid-815955a0c25522d9d22707ec5c3cdf978c24572a.tar.gz pyramid-815955a0c25522d9d22707ec5c3cdf978c24572a.tar.bz2 pyramid-815955a0c25522d9d22707ec5c3cdf978c24572a.zip | |
- New API methods in ``pyramid.session``: ``signed_serialize`` and
``signed_deserialize``.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/session.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api/session.rst b/docs/api/session.rst index daed9fc33..12b727183 100644 --- a/docs/api/session.rst +++ b/docs/api/session.rst @@ -7,3 +7,8 @@ .. autofunction:: InsecureCookieSessionFactoryConfig + .. autofunction:: signed_serialize + + .. autofunction:: signed_deserialize + + |
