mirror of
https://github.com/django/django.git
synced 2025-04-04 21:46:40 +00:00
[2.1.x] Clarified sentence about removal of inline flag support in url().
Backport of 7409d21a5ee7614db7276f06bfe412b24ff24059 from master
This commit is contained in:
parent
037565fd64
commit
56f1a3529a
@ -85,8 +85,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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user