diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.3.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/4.0.3.txt b/docs/releases/4.0.3.txt index 2ef642fe5e..17e9f65074 100644 --- a/docs/releases/4.0.3.txt +++ b/docs/releases/4.0.3.txt @@ -12,4 +12,6 @@ reformatted with `black`_. Bugfixes ======== -* ... +* Prevented, following a regression in Django 4.0.1, :djadmin:`makemigrations` + from generating infinite migrations for a model with ``ManyToManyField`` to + a lowercased swappable model such as ``'auth.user'`` (:ticket:`33515`). |
