On Sep 8, 10:44 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Can you please show the URLConf lines that are involved. If the final > files are included from some higher up urls.py files, please include the > lines that do the including.
No problem, although I doubt it'll be very illuminating. urlpatterns = patterns('', (r'^myapp/logout2/$', 'myapp.home.logout'), (r'^myapp/logout/$', 'myapp.users.logout'), ) I tried swapping the order of the definition, and which one had the "2" on the end of it. No dice. Same exception gets thrown, under the same conditions. > Also do things change (e.g. work consistently) if you use the > url(patterns, view, name="foo") version of the pattern and do a reverse > lookup for the two different "names"? Yep. That's what I'm doing now. -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---