From 028f10fac651292edf8d50e013b16a52862e4c08 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Wed, 5 May 2021 23:28:08 +0200 Subject: Fixed #32712 -- Deprecated django.utils.baseconv module. --- 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 861242dcfd..e3896cb136 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -17,6 +17,8 @@ details on these changes. * The ``SERIALIZE`` test setting will be removed. +* The undocumented ``django.utils.baseconv`` module will be removed. + .. _deprecation-removed-in-4.1: 4.1 -- cgit v1.3