Refs #27851 -- Clarified that admin.site.urls can't be passed to include().

This commit is contained in:
Tim Graham 2017-02-22 18:00:53 -05:00
parent 610876661e
commit 098f181e18
1 changed files with 2 additions and 2 deletions

View File

@ -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.