mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
Recent refactors allowed GROUP BY aliasing allowed for aliasing to be entirely handled by the sql.Query.set_group_by and compiler layers.
This commit is contained in:
committed by
Mariusz Felisiak
parent
b7b28c7c18
commit
c6350d594c
@@ -329,6 +329,8 @@ Miscellaneous
|
||||
* The :option:`makemigrations --check` option no longer creates missing
|
||||
migration files.
|
||||
|
||||
* The ``alias`` argument for :meth:`.Expression.get_group_by_cols` is removed.
|
||||
|
||||
.. _deprecated-features-4.2:
|
||||
|
||||
Features deprecated in 4.2
|
||||
|
||||
Reference in New Issue
Block a user