#6903: Go back to old change_list view after hitting save
-------------------------------+------------------------------------
     Reporter:  jarrow         |                    Owner:
         Type:  New feature    |                   Status:  new
    Component:  contrib.admin  |                  Version:  master
     Severity:  Normal         |               Resolution:
     Keywords:  admin          |             Triage Stage:  Accepted
    Has patch:  1              |      Needs documentation:  1
  Needs tests:  0              |  Patch needs improvement:  1
Easy pickings:  0              |                    UI/UX:  1
-------------------------------+------------------------------------

Comment (by Velmont):

 Here's someone else. It makes much sense not to clutter the urls with
 something that should be an implementation detail. Rather than doing it as
 a session, it might also be possible just to do it client-side with
 localStorage. If I'd hacked a quickfix patch myself, I'd probably do that.
 Minimal changes. But it wouldn't fix the problem when not using javascript
 ofc.

 I'll take the patch as it is now into a membership management system,
 hopefully I won't have to do it for next release. The workflow is hampered
 without it :-)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/6903#comment:58>
Django <https://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 https://groups.google.com/groups/opt_out.


Reply via email to