summaryrefslogtreecommitdiff
path: root/docs/releases/4.0.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-13 08:22:41 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-17 11:49:15 +0100
commitd6816bff73b37af05c968c009419c7c608e37307 (patch)
treea306cc06494247c2a106cff0b4b7af3c491f3902 /docs/releases/4.0.txt
parent9a01311d204ebf23e615a0802cedcc7b6b373826 (diff)
downloaddjango-d6816bff73b37af05c968c009419c7c608e37307.tar.gz
Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline.
Diffstat (limited to 'docs/releases/4.0.txt')
-rw-r--r--docs/releases/4.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index 74dd4dbb93..abadd54a03 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -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