diff options
| author | ruchit2801 <vithaniruchit@gmail.com> | 2019-05-17 13:00:57 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-05-18 19:29:00 +0200 |
| commit | 04042b2b440f0bf50eb908d52cfe76af430e1738 (patch) | |
| tree | 65dcb4110c7da75f8589b8c3f714a5e859335e6d /docs/releases/2.2.2.txt | |
| parent | e86cc14bd36734d81c4e490a2453778e33b95a45 (diff) | |
Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contains expressions.
Regression in 1b1f64ee5a78cc217fead52cbae23114502cf564.
Diffstat (limited to 'docs/releases/2.2.2.txt')
| -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`). |
