summaryrefslogtreecommitdiff
path: root/src/pyramid/session.py
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2020-12-11 09:21:41 -0800
committerTheron Luhn <theron@luhn.com>2020-12-11 09:21:41 -0800
commit43bd1a16de441d971bb6e1f3f6dbae055394e324 (patch)
treea87e5f7e18b224b9a2f8a2751f972d550751e48b /src/pyramid/session.py
parent86cb46d4d977d3a948308326bee628421cab93ea (diff)
parent6cf061e170039ff48e7f892f1176d1ab359e2001 (diff)
downloadpyramid-43bd1a16de441d971bb6e1f3f6dbae055394e324.tar.gz
pyramid-43bd1a16de441d971bb6e1f3f6dbae055394e324.tar.bz2
pyramid-43bd1a16de441d971bb6e1f3f6dbae055394e324.zip
Merge remote-tracking branch 'upstream/master' into wiki2-request-identity
Diffstat (limited to 'src/pyramid/session.py')
-rw-r--r--src/pyramid/session.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pyramid/session.py b/src/pyramid/session.py
index 8c27aa674..032d58a8b 100644
--- a/src/pyramid/session.py
+++ b/src/pyramid/session.py
@@ -51,7 +51,7 @@ class PickleSerializer:
Pyramid will require JSON-serializable objects in :app:`Pyramid` 2.0.
- Please see :ref:`pickle_session_deprecation`.
+ Please see :ref:`upgrading_session_20`.
A serializer that uses the pickle protocol to dump Python data to bytes.
@@ -456,7 +456,7 @@ def SignedCookieSessionFactory(
In :app:`Pyramid` 2.0 the default ``serializer`` option changed to
use :class:`pyramid.session.JSONSerializer`. See
- :ref:`pickle_session_deprecation` for more information about why this
+ :ref:`upgrading_session_20` for more information about why this
change was made.
.. versionadded: 1.5a3