﻿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
21774	Running some test labels individually results in PendingDeprecationWarnings	Marc Tamlyn	nobody	"Try {{{python -Wall runtests.py file_uploads}}}

This seems to be because `tests/urls.py` includes urls from `admin_widgets` which has models imported, which are not installed.

The easy fix would be to ensure every model in `admin_widgets` and `file_uploads` specifies an `app_label`. The better fix would be to get rid of the global `tests.urls` file in favour of `TestCase.urls`, at least for these two app labels."	Bug	closed	Uncategorized	dev	Normal	fixed			Accepted	0	0	0	0	0	0
