﻿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
19280	Detect broken {% url %} syntax	Anssi Kääriäinen	Tome Cvitan	"In 1.5 the url syntax change will likely result in users getting this template error:
{{{
NoReverseMatch: Reverse for '' with arguments '()' and keyword arguments '{}' not found.
}}}

I think we could catch the error in the url tag, and check if we are trying to reverse ''. If so, add in a hint:
{{{
NoReverseMatch: Reverse for '' with arguments '()' and keyword arguments '{}' not found. Note: url syntax has changed in Django 1.5, see [insert good resource here]
}}}

This could save some time for those upgrading to Django 1.5."	Cleanup/optimization	closed	Template system	1.5-alpha-1	Normal	fixed			Accepted	1	0	1	0	0	0
