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

@ -27,6 +27,9 @@ details on these changes.
* ``django.views.i18n.set_language()`` will no longer set the user language in
``request.session`` (key ``django.utils.translation.LANGUAGE_SESSION_KEY``).
* ``alias=None`` will be required in the signature of
``django.db.models.Expression.get_group_by_cols()`` subclasses.
.. _deprecation-removed-in-3.1:
3.1