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 06:14:44 +0200
commit166a3b32632c141541d1c3f0eff18e1d8b389404 (patch)
tree3a1af8e55f4a3f5cf052e982e8eca31d2360d906 /docs
parent71902e0d9f93670c4f93ff9d66095b0e571be74b (diff)
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.
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`).