﻿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
16239	"django.test.simple.py's __all__ includes inexistent ""run_tests"""	wojtek@…	teraom	"top level function ""run_tests"" doesn't exist anymore in simple.py yet is referenced in __all__ 

replace:
__all__ = ('DjangoTestRunner', 'DjangoTestSuiteRunner', 'run_tests')

with 
__all__ = ('DjangoTestRunner', 'DjangoTestSuiteRunner')
"	Cleanup/optimization	closed	Testing framework	dev	Normal	fixed			Accepted	1	0	0	0	1	0
