summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.2.txt
diff options
context:
space:
mode:
authorruchit2801 <vithaniruchit@gmail.com>2019-05-17 13:00:57 +0530
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-05-18 19:29:00 +0200
commit04042b2b440f0bf50eb908d52cfe76af430e1738 (patch)
tree65dcb4110c7da75f8589b8c3f714a5e859335e6d /docs/releases/2.2.2.txt
parente86cc14bd36734d81c4e490a2453778e33b95a45 (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.txt3
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`).