﻿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
23744	Minor error in docs for testing with selenium	djbug	nobody	"https://docs.djangoproject.com/en/dev/topics/testing/tools/#liveservertestcase

This command to run the selenium tests 

    ./manage.py test myapp.MySeleniumTests.test_login

should be

    ./manage.py test myapp.tests.MySeleniumTests.test_login
"	Cleanup/optimization	closed	Documentation	1.7	Normal	fixed			Accepted	0	0	0	0	1	0
