mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_respect_to but with _order field.
Regression in aa4acc164d.
This commit is contained in:
committed by
Mariusz Felisiak
parent
f605e85af9
commit
eeff1787b0
@@ -20,3 +20,7 @@ Bugfixes
|
||||
|
||||
* Fixed a regression in Django 4.0 that caused an incorrect ``repr`` of
|
||||
``ResolverMatch`` for class-based views (:ticket:`33426`).
|
||||
|
||||
* Fixed a regression in Django 4.0 that caused a crash of ``makemigrations`` on
|
||||
models without ``Meta.order_with_respect_to`` but with a field named
|
||||
``_order`` (:ticket:`33449`).
|
||||
|
||||
Reference in New Issue
Block a user