summaryrefslogtreecommitdiff
path: root/docs/releases/3.0.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-09-05 15:56:52 +0200
committerGitHub <noreply@github.com>2019-09-05 15:56:52 +0200
commit350123f38c2b6217c38d70bfbd924a9ba3df1289 (patch)
treec4aa4d6cf8c5d131d59e61454b9fe4e91759b7f3 /docs/releases/3.0.txt
parent053ff7e9e65ce82bb7ee72bff3dcdb797e16dbb9 (diff)
downloaddjango-350123f38c2b6217c38d70bfbd924a9ba3df1289.tar.gz
Moved release note for refs #30158 from deprecated to backwards incompatible changes.
Diffstat (limited to 'docs/releases/3.0.txt')
-rw-r--r--docs/releases/3.0.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index 570effe6b3..a105abfae6 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -584,6 +584,9 @@ Miscellaneous
* On MySQL 8.0.16+, ``PositiveIntegerField`` and ``PositiveSmallIntegerField``
now include a check constraint to prevent negative values in the database.
+* ``alias=None`` is added to the signature of
+ :meth:`.Expression.get_group_by_cols`.
+
.. _deprecated-features-3.0:
Features deprecated in 3.0
@@ -619,9 +622,6 @@ 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`.
-
* ``django.utils.text.unescape_entities()`` is deprecated in favor of
:func:`html.unescape`. Note that unlike ``unescape_entities()``,
``html.unescape()`` evaluates lazy strings immediately.