mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
[4.0.x] Fixed #33480 -- Fixed makemigrations crash when renaming field of renamed model.
Regression inaa4acc164d
. Backport of97a7274468
from main
This commit is contained in:
parent
aff79be03a
commit
6928227dff
3 changed files with 24 additions and 1 deletions
|
@ -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 <aggregate-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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue