se
return iri_to_uri(u'/' + get_resolver(urlconf).reverse(viewname,
*args, **kwargs))
File "[]...]/django/core/urlresolvers.py", line 273, in reverse
raise NoReverseMatch
NoReverseMatch
Is anyone else suffering from this problem?
M.
--
Matt Riggott (mailto:[EMAIL PROTECTED]).
D
nice side-effect would be that it could be used in place of the few
hard-coded URLs that are still hanging around in Django in
django.contrib.auth for instance:
LOGIN_URL = absolute_url('django.contrib.auth.views.login')
Is it worth me submittin