From 29e4ccb1a2d5aab21fbd7effcd48d33dc73f9b1e Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Fri, 7 May 2021 18:20:14 +0100 Subject: Fixed #32738 -- Deprecated django.utils.datetime_safe 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 e3896cb136..da15e4871e 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -19,6 +19,8 @@ details on these changes. * The undocumented ``django.utils.baseconv`` module will be removed. +* The undocumented ``django.utils.datetime_safe`` module will be removed. + .. _deprecation-removed-in-4.1: 4.1 -- cgit v1.3