diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-05 09:08:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-05 09:08:29 +0200 |
| commit | b73e66e75802f10cc34d4880714554cea54dbf49 (patch) | |
| tree | 34ba3bcd57d02535c72731c4ab67ae8f584cc1eb /docs | |
| parent | d2b9a9fdbbc9b5e19b22b144d3e305b87c03b6c8 (diff) | |
Fixed #31538 -- Fixed Meta.ordering validation lookups that are not transforms.
Regression in 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
Thanks Simon Meers for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.7.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.0.7.txt b/docs/releases/3.0.7.txt index 6b204973be..9fc71d9aa2 100644 --- a/docs/releases/3.0.7.txt +++ b/docs/releases/3.0.7.txt @@ -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`). |
