1
0
mirror of https://github.com/django/django.git synced 2025-10-31 01:25:32 +00:00

[4.1.x] Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation a noop for models with db_table."

Regression in afeafd6036.
This reverts afeafd6036.

Thanks Timothy Thomas for the report.

Backport of 166a3b3263 from main
This commit is contained in:
Iuri de Silvio
2022-08-24 10:10:56 -03:00
committed by Mariusz Felisiak
parent c9ebd5b7aa
commit 7d5ccbbe1a
3 changed files with 20 additions and 22 deletions

View File

@@ -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`).