I would like to use the django contrib.admin pages to edit my models, but call individual change page from my own views, an then return there after user clicks "save".
Ideally this should happen by appending the return URL to the admin page's url (as in "...?_return_url=)
Any hints?