diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt index 2ae2ecfb1d..3c218274f2 100644 --- a/docs/releases/4.1.1.txt +++ b/docs/releases/4.1.1.txt @@ -46,3 +46,6 @@ Bugfixes * Fixed a migration crash on ``ManyToManyField`` fields with ``through`` referencing models in different apps (:ticket:`33938`). + +* Fixed a regression in Django 4.1 that caused an incorrect migration when + renaming a model with ``ManyToManyField`` and ``db_table`` (:ticket:`33953`). |
