#24217: csrf_exempt is not working with django 1.7
-------------------------------+--------------------------------------
     Reporter:  dhruvagarwal   |                    Owner:  nobody
         Type:  Uncategorized  |                   Status:  new
    Component:  Uncategorized  |                  Version:  1.7
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by ngzhian):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 I just pulled 1.7.1 and tried it, but csrf_exempt works for me.
 1. I created a simple app that has a homepage with a form made up of a
 text input and a submit button
 2. without `csrf_exempt`, hitting submit brings me to the `403 Forbidden`
 page
 3. with `csrf_exempt`, my submission went fine!
 Appreciate more details regarding this, e.g. source or something, or if
 someone else verifies this problem.

--
Ticket URL: <https://code.djangoproject.com/ticket/24217#comment:1>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.64b734d7540c0e738b8c068dbfc979e4%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to