summaryrefslogtreecommitdiff
path: root/docs/releases/4.2.9.txt
blob: 9a1e7dc19857a060f6b7f22ef7b09aaab93e43dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
==========================
Django 4.2.9 release notes
==========================

*January 2, 2024*

Django 4.2.9 fixes a bug in 4.2.8.

Bugfixes
========

* Fixed a regression in Django 4.2.8 where admin fields on the same line could
  overflow the page and become non-interactive (:ticket:`35012`).