﻿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
10976	missing template files for correctly executing test cases on django.contrib.auth	aarond10	Chris Beaven	"This has taken me a while to wrap my head around. I hope I have it right.

When the test cases for django.contrib.auth run, they reassign settings.TEMPLATE_DIRS to use a local set of templates. This works fine for login purposes but the password reset pages don't exist in the current SVN repository so application paths are searched and if password_reset_email.html can be found elsewhere, its loaded and rendered. Unfortunately, since the test cases also use their own URLs, any references to named {% url %} tags in password_reset_email.html lead to NoReverseMatch exceptions. 

Could someone please put some basic templates in the contrib/auth/tests/templates/ folder to avoid these errors? "		closed	Testing framework	dev		fixed			Ready for checkin	1	0	0	0	0	0
