summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIuri de Silvio <iurisilvio@gmail.com>2022-08-24 10:10:56 -0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-08-26 07:14:54 +0200
commit7d5ccbbe1a3ad99b02c25f1ce90f36334d881ab6 (patch)
tree1f5678a85376906a98dc96eed1ff3c6f31cca55c /docs
parentc9ebd5b7aa82c2958c59786a9925037602ab00b8 (diff)
[4.1.x] Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation a noop for models with db_table."
Regression in afeafd6036616bac8263d762c1610f22241c0187. This reverts afeafd6036616bac8263d762c1610f22241c0187. Thanks Timothy Thomas for the report. Backport of 166a3b32632c141541d1c3f0eff18e1d8b389404 from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.1.txt3
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`).