a question about admin: in the changelist 
page<https://docs.djangoproject.com/en/dev/intro/tutorial02/#customize-the-admin-change-list>,
 
is it possible to keep the selected items of a page while going to another 
page and returning to it.

I mean:

   1. I'm on the page 1;
   2. I select some items;
   3. then i go to page 2;
   4. I select other items;
   5. I return to page 1;
   6. my previous selection is lost.

Is it possible to keep that selection somewhere (cookie, session,...)?

thanks, Luke

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/h4gvzMFOXMcJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to