mirror of
https://github.com/Hopiu/django.git
synced 2026-04-11 02:21:09 +00:00
Refs #27851 -- Clarified that admin.site.urls can't be passed to include().
This commit is contained in:
parent
610876661e
commit
098f181e18
1 changed files with 2 additions and 2 deletions
|
|
@ -375,8 +375,8 @@ these features.
|
|||
|
||||
* The ``app_name`` argument to ``include()`` is removed.
|
||||
|
||||
* Support for passing a 3-tuple as the first argument to ``include()`` is
|
||||
removed.
|
||||
* Support for passing a 3-tuple (including ``admin.site.urls``) as the first
|
||||
argument to ``include()`` is removed.
|
||||
|
||||
* Support for setting a URL instance namespace without an application namespace
|
||||
is removed.
|
||||
|
|
|
|||
Loading…
Reference in a new issue