From 166a3b32632c141541d1c3f0eff18e1d8b389404 Mon Sep 17 00:00:00 2001 From: Iuri de Silvio Date: Wed, 24 Aug 2022 10:10:56 -0300 Subject: 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. --- docs/releases/4.1.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3