summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-10 09:57:49 -0500
committerTim Graham <timograham@gmail.com>2017-01-17 20:52:00 -0500
commitad393beeb71e8774e4bf9ad842b97022e50f1231 (patch)
tree7ae0a539e53c582865a57273d902b3f29192d699 /docs/releases
parentc6de8cca208fb471723619970c09ecb3bd335362 (diff)
Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.
Also removed support for passing a 3-tuple to include() and support for setting an instance namespace without an application namespace. Thanks Marten Kenbeek for completing the patch.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.0.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 348572a75f..0ae25a8295 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -291,3 +291,11 @@ these features.
* The ``mime_type`` attribute of ``django.utils.feedgenerator.Atom1Feed`` and
``django.utils.feedgenerator.RssFeed`` is removed.
+
+* The ``app_name`` argument to ``include()`` is removed.
+
+* Support for passing a 3-tuple as the first argument to ``include()`` is
+ removed.
+
+* Support for setting a URL instance namespace without an application namespace
+ is removed.