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


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?

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