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

Comment (by loic84):

 Somehow I missed the updates for that ticket and just saw oinopion's PR on
 github.

 I really like the patch, except that I would have taken this opportunity
 to turn the delete link into a delete button.

 1. It's more in line with the HTTP spec where GET should be free of side
 effects. (We do have a confirmation page, but that's an implementation
 detail.)
 2. It's consistant with the `change_list` delete action, and the rest of
 the `change_view` actions.
 4. It avoids special casing the delete link in this patch.
 5. Less importantly, it avoids an ugly URL for the delete confirmation
 page.

 That said, this could be changed later in a different patch/ticket but I
 doubt such a minor cleanup would get much attention on its own.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/6903#comment:83>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.df9b9e64fde44f423446fa0d167deb9a%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to