﻿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
12367	Test suite raises deprecation warning for URLConf using admin.site.root.	Cliff Dyer	Cliff Dyer	"Part of the test suite still uses `admin.site.root`, and is raising `DeprecationWarnings` during the running of the test suite. 

See, for instance, `django/tests/regressiontests/generic_inline_admin/urls.py` and `django/tests/regressiontests/admin_widgets/urls2.py`.  I suspect neither of these are actively testing `admin.site.root`, so they should be updated to use the new method.  If the old method needs to be tested, (and maybe it already is) the test should handle the `DeprecationWarning`, rather than letting it fall through to the test runner."		closed	Testing framework	dev		fixed			Accepted	1	0	0	0	0	0
