mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #7098 -- Removed support for passing raw column aliases to order_by().
Per deprecation timeline.
This commit is contained in:
parent
bf770cc825
commit
06eec31970
3 changed files with 12 additions and 29 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue