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,
I have 2 issues with Admin and I am looking for a suggestion.
I am currently using
models.ForeignKey(Type, edit_inline=models.TABULAR, blank=True)
for a field in one of my models. In Admin of the parent Model the
children items appear as expected, however it would be nice to collapse
the childr
2 matches
Mail list logo