summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-02-27 14:43:55 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2026-03-02 14:08:11 -0500
commitc1d8646ec219b8b90ebdd463f40e5767876658a0 (patch)
tree03e1fa655a4c78330f886d5d09c140db343b8037 /docs
parent3f21cb06e76044ad753055700395e54a1fc4f1e9 (diff)
Fixed #36961 -- Fixed TypeError in deprecation warnings if Django is imported by namespace.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.0.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/6.0.3.txt b/docs/releases/6.0.3.txt
index 048921db8b..8777b1ef21 100644
--- a/docs/releases/6.0.3.txt
+++ b/docs/releases/6.0.3.txt
@@ -17,6 +17,9 @@ Bugfixes
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`).