Ah, worked perfectly. Thanks so much!
-Justin

On Jul 18, 8:52 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> Python gothca: you've neglected to put a comma after 'slug' in 'fields':
> ('slug').  Single-element tuples need to have a comma after their one
> element to force them to be tuples.  In this case the single element is
> iterable so when code goes to iterate over every element in what it is
> expecting to be a tuple it iterates over every letter in the string.
>
> Karen
--~--~---------~--~----~------------~-------~--~----~
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