﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28631	admin.site.urls returns 3-tuple, not 2-tuple.	Sjoerd Job Postmus	nobody	"Returning a 3-tuple has been deprecated, and removed in https://github.com/django/django/commit/ad393beeb71e8774e4bf9ad842b97022e50f1231#diff-c479b67ee71bdbef4cc04b2663b8fce8 .

However, looking at the definition of `admin.site.urls`: https://github.com/django/django/blob/master/django/contrib/admin/sites.py#L284 , we see it returning a 3-tuple.

{{{
ImproperlyConfigured at /
Passing a 3-tuple to include() is not supported. Pass a 2-tuple containing the list of patterns and app_name, and provide the namespace argument to include() instead.
}}}"	Uncategorized	closed	contrib.admin	2.0	Normal	invalid			Unreviewed	0	0	0	0	0	0
