On Saturday, March 3, 2012 5:53:54 PM UTC+2, doubtintom wrote: > > I want persistent change filter settings in the Django admin app. This > has been discussed for years, and from some bug/feature tickets, it is > inferred to be either implemented in SVN or getting close to it. I > cannot find any documentation on it, although I'm still looking. > Anyone have any knowledge of it? > > It case this isn't obvious, the desired behavior is this: a list > filter or multiple list filters are picked by the user. Then the user > clicks one of items in the subset of records, perhaps editing it or > whatever, and then saves or returns to the list page. The list filters > previously selected are persistent, and the same subset of records is > viewed. > > As it is, the default behavior is instead that when returning to the > list page, the filters are cleared and the full, non-filtered list is > displayed. This behavior greatly decreases the usability of the list > page. If several or many edits need to be carried out on the records > in a list, it becomes very tedious to reselect the filters and wait > for the page to refresh. >
> Thanks in advance for any information or references on the status of > this feature. > I have had my problems with this issue, too. So if somebody knows a good way to solve this I am all ears. IIRC I did "fix" this by using some of the hooks you can set for the ModelAdmin and use the session framework to store the selection. It did work, but not too well. The list-filters were a bit too sticky after that (again IIRC). -- 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/-/I2YDPFcjMtYJ. 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.