summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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.