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.