blob: 3f4972529ee4ccfc9a2d4a06b13e1d80bffe3abb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
==========================
Django 6.0.3 release notes
==========================
*Expected March 3, 2026*
Django 6.0.3 fixes several bugs in 6.0.2.
Bugfixes
========
* Fixed :exc:`NameError` when inspecting functions making use of deferred
annotations in Python 3.14 (:ticket:`36903`).
* Fixed :exc:`AttributeError` when subclassing builtin lookups and neglecting
to :ref:`override<tuple-for-params>` ``as_sql()`` to accept any sequence
(:ticket:`36934`).
* Fixed a visual regression where fieldset legends were misaligned in the admin
(:ticket:`36920`).
|