On Mon, 2008-07-07 at 06:28 -0700, [EMAIL PROTECTED] wrote:
> i found a post from a while back that basically said if you're using
> the same generic view type with two different urls you couldn't use
> the permalink decorator, is that still the case with the SVN release?
> 
> we have our normal news table for the school's news, but we also have
> students blogging and i'm using date_based.generic_views with both.

Use the

        url(....)
        
form in your patterns() call and use the "name" (fourth argument) to
name each pattern uniquely. See
http://www.djangoproject.com/documentation/url_dispatch/#url for
details.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to