summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-02-22 18:00:53 -0500
committerTim Graham <timograham@gmail.com>2017-02-22 18:01:56 -0500
commit098f181e180ad91d2fccc0de3536d4cd66da04b7 (patch)
tree8a2c266d499bcf2ecfb36347a7b9d1f675299632
parent610876661ecdfbc1a3ca3c5458e1801313501c77 (diff)
Refs #27851 -- Clarified that admin.site.urls can't be passed to include().
-rw-r--r--docs/releases/2.0.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index 82cc840ddc..8670e332f0 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -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.