Keeping filters in Django Admin

Posted by Tomo on Stack Overflow See other posts from Stack Overflow or by Tomo
Published on 2008-10-07T07:33:58Z Indexed on 2010/06/03 16:24 UTC
Read the original article Hit count: 208

Filed under:
|

What I would like to achive is:

  • I go to admin site, apply some filters to the list of objects
  • I click and object edit, edit, edit, hit 'Save'
  • Site takes me to the list of objects... unfiltered. I'd like to have the filter from step 1 remembered and applied.

Is there an easy way to do it?

© Stack Overflow or respective owner

Related posts about python

Related posts about django