mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #7098 -- Removed support for passing raw column aliases to order_by().
Per deprecation timeline.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user