On Thu, Oct 15, 2009 at 10:14 PM, David <davidkazuh...@gmail.com> wrote:
>
> I can't figure out why this is invalid syntax...

You can't pass a keyword argument to a tuple.  It should read:

url(r'^$', object_list, list_args, name='list'),

-- 
Adam Olsen
SendOutCards.com
http://www.vimtips.org
http://last.fm/user/synic

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

Reply via email to