Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contains expressions.

Regression in 1b1f64ee5a.
This commit is contained in:
ruchit2801 2019-05-17 13:00:57 +05:30 committed by Mariusz Felisiak
parent e86cc14bd3
commit 04042b2b44
4 changed files with 15 additions and 4 deletions

View file

@ -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`).