﻿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
14374	Missing templates on contrib.auth makes tests in a new project fail (startproject)	Henrique Bastos	nobody	"After installing django and creating a project runing ""django-admin.py startproject"", if I setup a sqlite3 database and try to run the tests (python manage.py test) it will fail.

Seems that contrib.auth tests are missing 2 template files, making it dependent of contrib.admin templates, however, the admin app isn't installed by default on the generated settings.py.

If I uncomment the contrib.admin line on the generated settings the tests will work properly. It happens on both v1.2.3 and trunk.

It was solved creating the missing template files inside contrib.auth tests. The patch is attached."		closed	Contrib apps	1.2		fixed	startproject auth test		Ready for checkin	1	0	0	0	0	0
