mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
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.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user