When viewing one object in the admin (say, a Landlord) I'd like to be
able to display a list of related objects (say, Properties). The
edit_inline feature is overkill, because the Properties don't need to
be edited in place -- and they have too many fields to fit comfortably
inline anyway.

Basically I'm looking for a way to display a list of related objects
(simple obj.__str__() values, or perhaps a few fields named in a
Meta.inline_display tuple) that could be clicked on for detailed
editing.

(A nice refinement would be a JS checkpoint to make sure people weren't
abandoning changes made to, e.g., the Landlord object.)

Does anything like this exist?

thanks

pb


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