From 45a42aabfa1a86d1806bec93b31ef6ed7ccd51a7 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 30 Jan 2020 09:28:32 +0000 Subject: Fixed #29708 -- Deprecated PickleSerializer. --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') 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 -- cgit v1.3