diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-27 15:59:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-27 15:59:13 -0500 |
| commit | 51cde873d9fc8e4540f4efecbd39cfe8e770be38 (patch) | |
| tree | 6ceaf250f599a9e108f6b75b74a8f5b4e06bd08b /docs/internals | |
| parent | 544b2ef29f0f2577912f88cf746ae0ca5877b5f8 (diff) | |
Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 29f4479c5a..c1a1c41cd6 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -48,6 +48,9 @@ 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. + .. _deprecation-removed-in-2.0: 2.0 |
