diff options
| author | Fabian Büchler <fabian@buechler.io> | 2022-01-19 16:27:07 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-01-21 06:44:53 +0100 |
| commit | eeff1787b0aa23016e4844c0f537d5093a95a356 (patch) | |
| tree | fdd07ee9593a6368f450215299bc85ce6ad33af0 /docs | |
| parent | f605e85af9763a3940369bb79462f2cb466288f6 (diff) | |
Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_respect_to but with _order field.
Regression in aa4acc164d1247c0de515c959f7b09648b57dc42.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.0.2.txt b/docs/releases/4.0.2.txt index b191ef10e3..28babda393 100644 --- a/docs/releases/4.0.2.txt +++ b/docs/releases/4.0.2.txt @@ -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`). |
