Refs #7098 -- Removed support for passing raw column aliases to order_by().

Per deprecation timeline.
This commit is contained in:
Mariusz Felisiak 2021-01-13 12:52:13 +01:00
parent bf770cc825
commit 06eec31970
3 changed files with 12 additions and 29 deletions

View file

@ -303,3 +303,5 @@ to remove usage of these features.
* The ``providing_args`` argument for ``django.dispatch.Signal`` is removed.
* The ``list`` message for ``ModelMultipleChoiceField`` is removed.
* Support for passing raw column aliases to ``QuerySet.order_by()`` is removed.