From 1350187f8e66937a8496434a179f99d38fc368dc Mon Sep 17 00:00:00 2001 From: Jero Bado Date: Wed, 22 Sep 2021 19:19:20 +0800 Subject: [PATCH] [4.0.x] Fixed typo in 4.0 release notes. Backport of 3f2170f720fe1e2b1030887684c18dc2fc20116b from main --- docs/releases/4.0.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index 2e097e4701..4bc3fa7678 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -48,10 +48,10 @@ current timezone, conversion of datetime instances to the current timezone in forms and templates, as well as operations on aware datetimes in UTC are unaffected. -However, if you are you are working with non-UTC time zones, and using the -``pytz`` ``normalize()`` and ``localize()`` APIs, possibly with the -:setting:`TIME_ZONE ` setting, you will need to audit your -code, since ``pytz`` and ``zoneinfo`` are not entirely equivalent. +However, if you are working with non-UTC time zones, and using the ``pytz`` +``normalize()`` and ``localize()`` APIs, possibly with the :setting:`TIME_ZONE +` setting, you will need to audit your code, since ``pytz`` +and ``zoneinfo`` are not entirely equivalent. To give time for such an audit, the transitional :setting:`USE_DEPRECATED_PYTZ` setting allows continued use of ``pytz`` during the 4.x release cycle. This