summaryrefslogtreecommitdiff
path: root/docs/releases/6.0.3.txt
blob: 8777b1ef219672cfad2f022c757b198f63f2f84f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
==========================
Django 6.0.3 release notes
==========================

*March 3, 2026*

Django 6.0.3 fixes a security issue with severity "moderate", a security issue
with severity "low", and 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 :exc:`TypeError` when deprecation warnings are emitted in environments
  importing Django by namespace (:ticket:`36961`).

* Fixed a visual regression where fieldset legends were misaligned in the admin
  (:ticket:`36920`).

* Prevented the :data:`django.tasks.signals.task_finished` signal from writing
  extraneous log messages when no exceptions are encountered (:ticket:`36951`).