On Sep 15, 5:53 pm, Ross <[EMAIL PROTECTED]> wrote:
> Are you using Django 1.0? URL naming patterns (http://
> docs.djangoproject.com/en/dev/topics/http/urls/#id2) were not
> introduced until 1.0. From the looks of the exception, Django is
> trying to build the path to your view by appending the argument in the
> {% url %} tag to your app name.It certainly looks like Django is trying to build the path. I think that's its fallback behavior if it doesn't find a name match. The Django version I've got is "1.0-final-SVN-unknown". -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

