12345678910111213 |
- ==========================
- Django 4.2.3 release notes
- ==========================
- *Expected July 3, 2023*
- 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`).
|