Allowing forms to submit responses
Review Request #8784 — Created Feb. 26, 2017 and discarded
In a case that we want a form to submit its own response (with different headers or a different return path).
This is necessary for python-social-auth disconnects, as those require a POST request to a specific URL.
None, except that it seems to work.
Description | From | Last Updated |
---|---|---|
"Submit" should be "return" |
brennie | |
Please add documentation to save() to indicate that it can return either HttpResponse or None. |
brennie | |
This should be response or form_response. Python variable names (except constants) are always snake_case. |
brennie | |
Blank line between these. |
brennie | |
No parenthesis needed. |
brennie |