summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-06-03 07:30:14 -0400
committerTim Graham <timograham@gmail.com>2014-06-03 07:30:14 -0400
commit4445d36d471aae81086ed785536687a92e5aaa6d (patch)
tree763e51e8d07c10047921e33c852bdfe2e60369a6 /docs/internals
parente0208944708aa9e1034531a047a731b1c93b50c6 (diff)
Fixed #22384 -- Deprecated reversing URLs by dotted path.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
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