I have an admin interface managing a few thousand records. Finding a
record requires heavy use of multiple list_filter selections. However,
once a user edits a record, the admin interface redirects to the root
admin URL and loses the filter state.

Is there an easy way to have the admin editor return to the calling
URL after a form submit?

 Ie, I'd like the Admin tool to redirect to
   /admin/foo/?is_active__exact=0&type__exact=A&model__exact=B
instead of
  /admin/foo/?

Thanks,

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