On 16/06/06, Don Arbow <[EMAIL PROTECTED]> wrote:
>
> On Jun 16, 2006, at 2:02 PM, Tyson Tate wrote:
>
> >
> > Starting with the latest SVN, a fresh DB, and the following Model:
> >
> > http://django.pastebin.com/713796
> >
> > I get a "tuple' object has no attribute 'get'" error whenever I try
> > to add a new Post.
> >
> > Stack trace here: http://django.pastebin.com/713819
> >
> > Any ideas?
> >

http://django.pastebin.com/713796 seems to have expired, why not just
paste the code here? This ain't IRC.

>
>
> Just a hunch. You have a comma at the end of the fields tuple in your
> Admin inner class (line 36 according to the pastebin). Maybe that's it?

One of the nice things about python is that trailing commas are
completely legal.

>
> Don
>
>
>
> >
>

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

Reply via email to