Reverse URL lookups after the Unicode merge

2007-07-06 Thread Matt Riggott
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

A shortcut for django.core.urlresolvers.reverse

2007-04-18 Thread Matt Riggott
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