diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-06-09 21:37:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-09 21:37:23 +0200 |
| commit | caf80cb41f13e84803a94928282cae75333bbdfc (patch) | |
| tree | d1095323936cc8103fa598800025f646310df9c4 /docs/releases/4.2.3.txt | |
| parent | 531f557f9238b8f2e5032e569cf36f0c05bb4043 (diff) | |
Fixed #34645 -- Restored alignment for admin date/time timezone warnings.
Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd.
Diffstat (limited to 'docs/releases/4.2.3.txt')
| -rw-r--r-- | docs/releases/4.2.3.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.2.3.txt b/docs/releases/4.2.3.txt index 4279175df9..66d6611b36 100644 --- a/docs/releases/4.2.3.txt +++ b/docs/releases/4.2.3.txt @@ -9,4 +9,5 @@ Django 4.2.3 fixes several bugs in 4.2.2. Bugfixes ======== -* ... +* Fixed a regression in Django 4.2 that caused incorrect alignment of timezone + warnings for ``DateField`` and ``TimeField`` in the admin (:ticket:`34645`). |
