Moved release note for refs #30158 from deprecated to backwards incompatible changes.

This commit is contained in:
Mariusz Felisiak 2019-09-05 15:56:52 +02:00 committed by GitHub
parent 053ff7e9e6
commit 350123f38c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -584,6 +584,9 @@ Miscellaneous
* On MySQL 8.0.16+, ``PositiveIntegerField`` and ``PositiveSmallIntegerField`` * On MySQL 8.0.16+, ``PositiveIntegerField`` and ``PositiveSmallIntegerField``
now include a check constraint to prevent negative values in the database. 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: .. _deprecated-features-3.0:
Features deprecated in 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 session in Django 4.0. Since Django 2.1, the language is always stored
in the :setting:`LANGUAGE_COOKIE_NAME` cookie. 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 * ``django.utils.text.unescape_entities()`` is deprecated in favor of
:func:`html.unescape`. Note that unlike ``unescape_entities()``, :func:`html.unescape`. Note that unlike ``unescape_entities()``,
``html.unescape()`` evaluates lazy strings immediately. ``html.unescape()`` evaluates lazy strings immediately.