Hi all,
I'm using Django to build a repository of scientific publications at
my university.

Now we need to edit publication records that have been supplied by our
departments and imported into the database.

I would like to be able to use the excellent Django admin interface
for this editing, but my problem is that I would like my editors to be
able to start from a custom-made list of publications that need
editing and then return back to this custom list, after having edited
a record in the admin interface.

The default behavior of the admin edit is to return the user to a
neutral listing of the type of records being edited. Is there a way to
change this behavior and make it return to another page, preferably
using some kind of dynamic referrer parameter?

Sorry if this is an admin FAQ, but I have not been able to locate any
info about it.

Regards,
Ulf
--~--~---------~--~----~------------~-------~--~----~
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