Clarified sentence about removal of inline flag support in url().

This commit is contained in:
Damien 2018-06-19 10:52:15 +02:00 committed by Tim Graham
parent 5b73317181
commit 7409d21a5e
2 changed files with 4 additions and 3 deletions

View File

@ -93,8 +93,8 @@ details on these changes.
* The ``Model._meta.has_auto_field`` attribute will be removed.
* Support for regular expression groups with ``iLmsu#`` in ``url()`` will be
removed.
* ``url()``'s support for inline flags in regular expression groups (``(?i)``,
``(?L)``, ``(?m)``, ``(?s)``, and ``(?u)``) will be removed.
* Support for ``Widget.render()`` methods without the ``renderer`` argument
will be removed.

View File

@ -456,7 +456,8 @@ to remove usage of these features.
* The ``Model._meta.has_auto_field`` attribute is removed.
* Support for regular expression groups with ``iLmsu#`` in ``url()`` is removed.
* ``url()``'s support for inline flags in regular expression groups (``(?i)``,
``(?L)``, ``(?m)``, ``(?s)``, and ``(?u)``) is removed.
* Support for ``Widget.render()`` methods without the ``renderer`` argument
is removed.