--
Ticket URL: <https://code.djangoproject.com/ticket/24217>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* 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>
* status: new => closed
* resolution: => fixed
--
Ticket URL: <https://code.djangoproject.com/ticket/24217#comment:2>