diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-10 09:57:49 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:00 -0500 |
| commit | ad393beeb71e8774e4bf9ad842b97022e50f1231 (patch) | |
| tree | 7ae0a539e53c582865a57273d902b3f29192d699 /docs/releases | |
| parent | c6de8cca208fb471723619970c09ecb3bd335362 (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.txt | 8 |
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. |
