#17188: Addition to HttpResponseRedirect shortcut
-------------------------------+--------------------
     Reporter:  briancray      |      Owner:  nobody
         Type:  New feature    |     Status:  new
    Component:  HTTP handling  |    Version:  1.3
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 Add use_ssl as a param to HttpResponseRedirect, such as:

 return HttpResponseRedirect('/foo', True)

 I know there are middleware options, but they involve a double redirect.
 This is a HUGE issue for me and I would assume others.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17188>
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 this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to