1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #32365 -- Deprecated django.utils.timezone.utc.

This commit is contained in:
Carlton Gibson
2022-03-24 11:09:55 +01:00
committed by Carlton Gibson
parent baf9604ed8
commit 59ab3fd0e9
6 changed files with 50 additions and 4 deletions

View File

@@ -545,6 +545,9 @@ Miscellaneous
:meth:`.RemoteUserBackend.configure_user`. Support for ``RemoteUserBackend``
subclasses that do not accept this argument is deprecated.
* The :data:`django.utils.timezone.utc` alias to :attr:`datetime.timezone.utc`
is deprecated. Use :attr:`datetime.timezone.utc` directly.
Features removed in 4.1
=======================