summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2022-03-24 11:09:55 +0100
committerCarlton Gibson <carlton@noumenal.es>2022-03-29 14:47:44 +0200
commit59ab3fd0e9e606d7f0f7ca26609c06ee679ece97 (patch)
tree9014f24e170c210492e65fe54bcbf236e7342c4a /docs/internals
parentbaf9604ed8fed3e6e7ddfaca2d83c377c81399ae (diff)
Refs #32365 -- Deprecated django.utils.timezone.utc.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 31eb732297..ab147725c1 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -94,6 +94,9 @@ details on these changes.
``django.contrib.auth.views.LogoutView`` and
``django.contrib.auth.views.logout_then_login()`` will be removed.
+* The ``django.utils.timezone.utc`` alias to ``datetime.timezone.utc`` will be
+ removed.
+
.. _deprecation-removed-in-4.1:
4.1