From 098f181e180ad91d2fccc0de3536d4cd66da04b7 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 22 Feb 2017 18:00:53 -0500 Subject: [PATCH] Refs #27851 -- Clarified that admin.site.urls can't be passed to include(). --- docs/releases/2.0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 82cc840ddc60a..8670e332f0702 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.