mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #35359 -- Fixed migration operations ordering when adding fields referenced by GeneratedField.expression.
Thank you to Simon Charette for the review.
This commit is contained in:
@@ -23,3 +23,7 @@ Bugfixes
|
||||
|
||||
* Allowed importing ``aprefetch_related_objects`` from ``django.db.models``
|
||||
(:ticket:`35392`).
|
||||
|
||||
* Fixed a bug in Django 5.0 that caused a migration crash when a
|
||||
``GeneratedField`` was added before any of the referenced fields from its
|
||||
``expression`` definition (:ticket:`35359`).
|
||||
|
||||
Reference in New Issue
Block a user