If you change your urls.py or you stupidly write some template code that refers to a URL that ultimately doesn't reverse to a URL you get the infamous:
NoReverseMatch: Reverse for
'<name>'
with arguments'xxx'
and keyword arguments'{xxx}'
not found.
Is there a way to have the line in the template file included in the error?