summaryrefslogtreecommitdiff
path: root/docs/releases/4.2.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/4.2.1.txt')
-rw-r--r--docs/releases/4.2.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.2.1.txt b/docs/releases/4.2.1.txt
index 2bfe21cd47..84e3695cf4 100644
--- a/docs/releases/4.2.1.txt
+++ b/docs/releases/4.2.1.txt
@@ -33,3 +33,7 @@ Bugfixes
* Fixed a regression in Django 4.2 where creating copies and deep copies of
``HttpRequest``, ``HttpResponse``, and their subclasses didn't always work
correctly (:ticket:`34482`, :ticket:`34484`).
+
+* Fixed a regression in Django 4.2 where ``timesince`` and ``timeuntil``
+ template filters returned incorrect results for a datetime with a non-UTC
+ timezone when a time difference is less than 1 day (:ticket:`34483`).