On Sun, Jul 19, 2009 at 4:02 AM, Rob B (uk)<robtot...@googlemail.com> wrote: > (r'^(?P<year>\d{4}/, 'archive_year', entry_info_dict,
This named regular-expression group is missing a ")" It should be: (?P<year>\d{4}) http://docs.djangoproject.com/en/dev/topics/http/urls/#named-groups Best, Gabe --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---