1
0
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:
Simon Charette
2019-03-19 01:05:47 -04:00
committed by Tim Graham
parent 2aaabe2004
commit 9dc367dc10
9 changed files with 67 additions and 18 deletions

View File

@@ -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