diff options
| author | Tim Graham <timograham@gmail.com> | 2017-09-02 21:16:09 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-22 12:51:18 -0400 |
| commit | ba42456c2e3f8f63a72b79f7d8c24a296d2cf0fe (patch) | |
| tree | 7a1f3e4714eaf6a29b7251d8902f689ae09028d6 /docs | |
| parent | 5bcca2a056f56b75e6a21670b32b982ef98f422a (diff) | |
Refs #27648 -- Removed support for (iLmsu) regex groups in url() patterns.
Per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index fd56560365..d4dbc8fc3a 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -256,3 +256,5 @@ how to remove usage of these features. ``django.utils.cache.patch_response_headers()`` no longer set ETags. * The ``Model._meta.has_auto_field`` attribute is removed. + +* Support for regular expression groups with ``iLmsu#`` in ``url()`` is removed. |
