summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2019-03-19 01:05:47 -0400
committerTim Graham <timograham@gmail.com>2019-03-21 18:47:46 -0400
commit9dc367dc10594ad024c83d398a8e3c3f8f221446 (patch)
tree4b0d07779536cac024a2edc44271f7d665dd3637 /docs/internals
parent2aaabe2004e1953eb7d7057edcf2fabd37f7394d (diff)
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 02935c01a2..93b6a04594 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -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