﻿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
5904	reverse should be more lenient on non-existent views in the urlconf	Chris Beaven	nobody	"If you try to use the `reverse` (even for an existing view) while you have a non-existent view referenced in your urlconf, a `ViewDoesNotExist` error will be raised.

This happens because a `reverse_dict` cache is built for the `RegexURLResolver` containing a list to all pattern callbacks and names.

Rather than the whole thing falling over, all that should really happen in this case is that the callback is left out of `reverse_dict`. "	Cleanup/optimization	closed	Core (URLs)	dev	Normal	wontfix			Accepted	1	0	1	1	0	0
