﻿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
14447	Auth and Sitemap test failures from manage.py test	Gabriel Hurley	Gabriel Hurley	"The `contrib.auth` and `contrib.sitemap` tests pass perfectly when run from Django's test suite, but they can potentially raise multiple failures depending on a project's settings.

Issues:

 1. `contrib.auth`'s `testLoginRequired` fails when LOGIN_URL is set to something other than ""/login/"". (post [13723])
 2. `contrib.sitemaps` had several dependencies on `contrib.flatpages` (post [13734])
 3. `contrib.sitemaps`'s `test_generic_sitemap` fails when a fixture loads in extra `User` objects. (post [13676])

The attached patches fix all of the above, and still pass the full test suite. One patch for trunk, one patch for 1.2.X.

Please note that issue 3 actually exists in the current 1.2.3 release. The rest have been introduced since then."		closed	Contrib apps	1.2		fixed			Accepted	1	0	0	0	0	0
