summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2020-01-30 09:28:32 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-01-13 13:50:20 +0100
commit45a42aabfa1a86d1806bec93b31ef6ed7ccd51a7 (patch)
tree06aa1a1d8f51da669a248d323ea3ef25e31507d1 /docs/internals
parentc920387faba8da2f65fca49d191b6a93a9becdba (diff)
Fixed #29708 -- Deprecated PickleSerializer.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 4ab7a4135d..23fa942ef9 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -79,6 +79,8 @@ details on these changes.
``SimpleTestCase.assertFormError()`` and ``assertFormsetError()`` will be
removed.
+* ``django.contrib.sessions.serializers.PickleSerializer`` will be removed.
+
.. _deprecation-removed-in-4.1:
4.1