one solution to the unwieldy dropdown is to use raw_id_admin=True
option for the ForeignKey. Documentation on
http://www.djangoproject.com/documentation/model_api/#many-to-one-relationships

for collapsing the children, I'm not sure exacly what you mean, but in
the Admin inner-class for the model, you can put the field in it's own
section and apply the "collapse" html class. Documentation here:
http://www.djangoproject.com/documentation/tutorial2/  (search for
"collapse")


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