On 4/15/06, patrickk <[EMAIL PROTECTED]> wrote:
> i´m getting an attribute error:
> tuple object has no attribute get
>
> any help?

It looks like your fields attribute has an extra comma at the end of
it, which is making Python wrap the whole structure in another tuple.
Remove that and it should work.

Regards,
Ian Clelland
<[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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