mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
This commit is contained in:
committed by
Tim Graham
parent
2aaabe2004
commit
9dc367dc10
@@ -366,6 +366,9 @@ Miscellaneous
|
||||
in the session in Django 4.0. Since Django 2.1, the language is always stored
|
||||
in the :setting:`LANGUAGE_COOKIE_NAME` cookie.
|
||||
|
||||
* ``alias=None`` is added to the signature of
|
||||
:meth:`.Expression.get_group_by_cols`.
|
||||
|
||||
.. _removed-features-3.0:
|
||||
|
||||
Features removed in 3.0
|
||||
|
||||
Reference in New Issue
Block a user