Refs #27851 -- Clarified that admin.site.urls can't be passed to include().
This commit is contained in:
parent
610876661e
commit
098f181e18
|
@ -375,8 +375,8 @@ these features.
|
||||||
|
|
||||||
* The ``app_name`` argument to ``include()`` is removed.
|
* The ``app_name`` argument to ``include()`` is removed.
|
||||||
|
|
||||||
* Support for passing a 3-tuple as the first argument to ``include()`` is
|
* Support for passing a 3-tuple (including ``admin.site.urls``) as the first
|
||||||
removed.
|
argument to ``include()`` is removed.
|
||||||
|
|
||||||
* Support for setting a URL instance namespace without an application namespace
|
* Support for setting a URL instance namespace without an application namespace
|
||||||
is removed.
|
is removed.
|
||||||
|
|
Loading…
Reference in New Issue