1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

[2.2.x] Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contains expressions.

Regression in 1b1f64ee5a.

Backport of 04042b2b44 from master
This commit is contained in:
ruchit2801
2019-05-17 13:00:57 +05:30
committed by Mariusz Felisiak
parent ed221f7c97
commit db7d7901ee
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`).