On 2/8/07, Tim Chase <[EMAIL PROTECTED]> wrote:
>
> Any hints? Thanks,
>
> -tkc
No, but I need something like that and just broke it down in to vars,
concatenating them later:
cat_re = r"(in/(?P<category_slug>([^/]+/)*))?"
...
(r'^(?P<year>\d{4})/(?P<month>\w{3})/%s$' % cat_re, ...),
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---