#6903: Go back to old change_list view after hitting save
---------------------------------------------+------------------------------
Reporter: jarrow | Owner: ramiro
Status: new | Milestone: 1.1
Component: django.contrib.admin | Version: SVN
Resolution: | Keywords:
Stage: Design decision needed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------+------------------------------
Comment (by mawimawi):
Isn't such a "sticky" behaviour exactly what sessions are for? Why would
you not use a session key like
request.session['admin_' + <myapp> + '_' + <mymodel> + '_filter'] =
{'p':14, 'my_field__exact':True}
and checking for this key when displaying the list of objects of a model?
I'm also offering to try and implement that if this is desired.
--
Ticket URL: <http://code.djangoproject.com/ticket/6903#comment:17>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---