1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline.

This commit is contained in:
Mariusz Felisiak
2023-01-13 08:22:41 +01:00
parent 9a01311d20
commit d6816bff73
7 changed files with 15 additions and 67 deletions

View File

@@ -590,7 +590,7 @@ Miscellaneous
:ref:`Localization section <use_l10n_deprecation>` above for more details.
* As part of the :ref:`move to zoneinfo <whats-new-4.0>`,
:attr:`django.utils.timezone.utc` is changed to alias
``django.utils.timezone.utc`` is changed to alias
:attr:`datetime.timezone.utc`.
* The minimum supported version of ``asgiref`` is increased from 3.3.2 to