From 51cde873d9fc8e4540f4efecbd39cfe8e770be38 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 27 Dec 2016 15:59:13 -0500 Subject: Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') 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 -- cgit v1.3