diff options
| author | Damien <damien@dam.io> | 2018-06-19 10:52:15 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-19 08:58:33 -0400 |
| commit | 7409d21a5ee7614db7276f06bfe412b24ff24059 (patch) | |
| tree | 82603fd2a1a20955fca4613dced0a231905b73e6 /docs/internals | |
| parent | 5b733171813f8ddc7af84abe79f2646204b9c6ca (diff) | |
Clarified sentence about removal of inline flag support in url().
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 3a72ea43ca..1cc4a2486c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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. |
