Allow ConfigPageForms to return responses in save()
Review Request #9973 — Created May 23, 2018 and submitted — Latest diff uploaded
ConfigPageForm
s can now return anHttpResponse
in theirsave
method, which allows them to specify a response to return. This allows
individual forms to specify, e.g., custom redirects.
Used with an upcoming Review Board change.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
djblets/configforms/views.py |
---|