mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #31538 -- Fixed Meta.ordering validation lookups that are not transforms.
Regression in 440505cb2c
.
Thanks Simon Meers for the report.
This commit is contained in:
parent
d2b9a9fdbb
commit
b73e66e758
3 changed files with 14 additions and 2 deletions
|
@ -9,4 +9,5 @@ Django 3.0.7 fixes several bugs in 3.0.6.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Fixed a regression in Django 3.0 by restoring the ability to use field
|
||||
lookups in ``Meta.ordering`` (:ticket:`31538`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue