From 59ab3fd0e9e606d7f0f7ca26609c06ee679ece97 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 24 Mar 2022 11:09:55 +0100 Subject: Refs #32365 -- Deprecated django.utils.timezone.utc. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') 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 -- cgit v1.3