From 4445d36d471aae81086ed785536687a92e5aaa6d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 3 Jun 2014 07:30:14 -0400 Subject: Fixed #22384 -- Deprecated reversing URLs by dotted path. --- 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 9ccbf440c4..3cbd1e3173 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -32,6 +32,9 @@ about each item can often be found in the release notes of two versions prior. and migrations will become compulsory for all apps. This includes automatic loading of fixtures and support for initial SQL data. +* The ability to :func:`~django.core.urlresolvers.reverse` URLs using a dotted + Python path will be removed. + .. _deprecation-removed-in-1.9: 1.9 -- cgit v1.3