mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
This commit is contained in:
parent
2aaabe2004
commit
9dc367dc10
9 changed files with 67 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue