There's a problem with the exclude statements above, you've got tuple-
trouble, missing trailing commas:

exclude = ('a55_id')  should be ('a55_id',) or ['a55_id']

easy mistake, search for "tuple" in this group and you'll see you have
company.

Kip.



On Nov 17, 2:01 pm, Ben Gerdemann <[EMAIL PROTECTED]> wrote:
> Ok, so I just noticed that the a55_id field which is the primary key,
> was declared as an IntegerField instead of an AutoField which is why
> it was showing up on the inline form, but I still can't get any of the
> other fields excluded from the inline form so the problem is still
> there.
>
> Also, if it helps for understanding Pais = Parents and Visitas =
> Visits in Portuguese.
>
> Thanks again for any and all help.
>
> Cheers,
> Ben
--~--~---------~--~----~------------~-------~--~----~
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