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.