Django newbie here...

I've got a model that has several ForeignKey fields that are all set to
edit_inline=True. In the model that has the 

        class Admin:
                pass

code, I'm using 

        fields = ((None, {'classes': 'collapse', '...')}),) 

in order to be able to Hide/Show sections as needed. Is it possible to
put the ForeignKey fields in this dictionary? That is what Python calls
it right, a dictionary? Similar to a hash in Perl. If so, how do I do
this?

Please advise and thanks.

-- 
Dave Hull

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