Fixed #32738 -- Deprecated django.utils.datetime_safe module.

This commit is contained in:
Nick Pope 2021-05-07 18:20:14 +01:00 committed by Carlton Gibson
parent 46346f8ea0
commit 29e4ccb1a2
4 changed files with 17 additions and 2 deletions

View file

@ -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