#6903: Go back to old change_list view after hitting save
---------------------------------------------+------------------------------
          Reporter:  jarrow                  |         Owner:  ramiro  
            Status:  new                     |     Milestone:  1.1 beta
         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 jarrow):

 > > I proposed to use the session to store the filters so that you don't
 pass your filters and search queries around whenever you pass the URL of
 an edit form to someone else. So I would use a hash of the data and use it
 as a key in the session. This key would then be passed around instead of
 the info. But this could be changed later, I don't think it would be
 backwards incompatible.
 >
 > I don't see, why it is a bad thing to be able to post the filter
 settings around with the url. I consider it a feature, to be able to copy
 a filtered admin changelist view URL into an email and post it to a
 colleague to show him exacly what I want him to notice. Using the session
 would also go against REST (no ambiguous URLs).
 >
 > Using URLs also automatically solves Malcolms request you mentioned. The
 admin start page just uses URLs without filter parameters as it always
 has.

 Sure. I totally agree :) What I was talking about was not the changelist
 view itself. Of course that stays like it is. With an URL that you can
 copy including the filters. What I meant was: While ''editing'' an item -
 coming from a filtered changelist - it might not be so obvious that if you
 copy the URL from the edit view and pass it to a fried he will be going
 back to your custom-filtered change list.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6903#comment:23>
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to