diff options
| author | ruchit2801 <vithaniruchit@gmail.com> | 2019-05-17 13:00:57 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-05-18 20:05:31 +0200 |
| commit | db7d7901eeacf37f0a6f124e3733c4f121a23e76 (patch) | |
| tree | a8a2727f352155ae7259cc1fe393de4d0062d8ae /docs | |
| parent | ed221f7c97de9781ca5e6dd55a9963dfbe4a89af (diff) | |
[2.2.x] Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contains expressions.
Regression in 1b1f64ee5a78cc217fead52cbae23114502cf564.
Backport of 04042b2b440f0bf50eb908d52cfe76af430e1738 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.2.txt b/docs/releases/2.2.2.txt index 928624a753..377abaa3c0 100644 --- a/docs/releases/2.2.2.txt +++ b/docs/releases/2.2.2.txt @@ -11,3 +11,6 @@ Bugfixes * Fixed a regression in Django 2.2 that stopped Show/Hide toggles working on dynamically added admin inlines (:ticket:`30459`). + +* Fixed a regression in Django 2.2 where deprecation message crashes if + ``Meta.ordering`` contains an expression (:ticket:`30463`). |
