Hello,

I'm using newforms-admin and am looking into creating an alternate UI
flow for inline models.  Specifically, instead of having all edit
fields listed on the form inline, I would like a "details view" of all
related models represented as a static string (or possibly a sortable
table), with an "add" button to add new items and edit/delete to
modify existing items.  Add/edit actions would popup a new window in
the same way that ForeignKeys are handled.

Has anyone implemented this yet, and/or are there technical reasons
pursuing this won't work?  I'm assuming I should be looking to extend
InlineModelAdmin?

Thanks,
Dan


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