I've started working on this and I was wondering if this would be a
feature that would be nice to add to django.admin. If not, say -1, if
you like the idea please keep readin and comment.

I've added a new option to the InlineAdmin class called 'collapse'. If
this is set to 'True' for the stacked option each related item in the
inline list will be collapsable. If indicated as 'True' for the
tabular option the whole table will be collapsable.

The other option could be have a 'item_classes' attribute that could
indicate extra class to attach to each item.

Which do you think would work best?

Also, where can I get the best JS snippets for including in the Django
core JS libraries? Right now I just want a function I can call to look
up tags by their class names. I believe that this would be a handy
addition to the core.js.

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

Reply via email to