﻿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
15016	Minor contrib.messages test isolation problem	Gabriel Hurley	Gabriel Hurley	"When running `manage.py test` on a project with `django.contrib.messages` in `INSTALLED_APPS`, if you have a customized `500.html` template which uses the `{% url %}` tag to try and resolve any namespaced urls you'll get errors from the `test_middleware_disabled_anon_user` test for each of the message backend test classes. Since the base test class overrides the project urls, any custom url namespaces are unresolvable when the test intentionally triggers a server error, causing the test to error out.

Basically the test just needs better isolation from the rest of the project."		closed	Contrib apps	dev		fixed			Ready for checkin	1	0	0	0	0	0
