summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.0.1.txt b/docs/releases/4.0.1.txt
index 50c84bfe17..5fea7aa8df 100644
--- a/docs/releases/4.0.1.txt
+++ b/docs/releases/4.0.1.txt
@@ -19,3 +19,7 @@ Bugfixes
* Relaxed the check added in Django 4.0 to reallow use of a duck-typed
``HttpRequest`` in ``django.views.decorators.cache.cache_control()`` and
``never_cache()`` decorators (:ticket:`33350`).
+
+* Fixed a regression in Django 4.0 that caused creating bogus migrations for
+ models that reference swappable models such as ``auth.User``
+ (:ticket:`33366`).