4.2.3.txt 327 B

12345678910111213
  1. ==========================
  2. Django 4.2.3 release notes
  3. ==========================
  4. *Expected July 3, 2023*
  5. Django 4.2.3 fixes several bugs in 4.2.2.
  6. Bugfixes
  7. ========
  8. * Fixed a regression in Django 4.2 that caused incorrect alignment of timezone
  9. warnings for ``DateField`` and ``TimeField`` in the admin (:ticket:`34645`).