mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contains expressions.
Regression in 1b1f64ee5a
.
This commit is contained in:
parent
e86cc14bd3
commit
04042b2b44
4 changed files with 15 additions and 4 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue