From 97a72744681d0993b50dee952cf32cdf9650ad9f Mon Sep 17 00:00:00 2001 From: Kirill Safronov Date: Tue, 1 Feb 2022 00:29:49 +0500 Subject: Fixed #33480 -- Fixed makemigrations crash when renaming field of renamed model. Regression in aa4acc164d1247c0de515c959f7b09648b57dc42. --- docs/releases/4.0.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.0.2.txt b/docs/releases/4.0.2.txt index e7b9879625..c5176e01fc 100644 --- a/docs/releases/4.0.2.txt +++ b/docs/releases/4.0.2.txt @@ -37,3 +37,6 @@ Bugfixes * Fixed a bug in Django 4.0 that caused a crash of ``QuerySet.aggregate()`` after ``annotate()`` on an aggregate function with a :ref:`default ` (:ticket:`33468`). + +* Fixed a regression in Django 4.0 that caused a crash of ``makemigrations`` + when renaming a field of a renamed model (:ticket:`33480`). -- cgit v1.3