Aidas Bendoraitis wrote: > Not a bad change, but much more important, in my opinion, would be to > have an ability to set the fields of inline edited models according > the formatting set in fields list/tuple; with all the features as > collapsible groups of fields, placing fields next to each other > horizontally, setting HORIZONTAL style for many-to-many selection > fields and so on.
That would be cool. What I like about this is it pulls the edit_inline stuff out of the models themselves and puts them in the Admin inner class. It's cleaner to me. Doing it how you suggest sounds like it would accomplish the same thing. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
