i like the way, related objects are being displayed (and deleted) in
the admin-interface and i´d like to integrate that into my application.
is there a way to display (and delete) multiple related objects using
generic views?
right now, i am importing some stuff from admin.main like
_get_deleted_objects, _get_mod_opts. moreover, i duplicated
delete_stage within my view to use another template than
"admin/delete_confirmation". this doesn´t seem very clean, for i have
delete_stage twice (in admin and in my own app).
patrick
- deleting multiple objects patrick kranzlmüller
-