Allow ConfigPageForms to return responses in save()

Review Request #9973 — Created May 23, 2018 and submitted — Latest diff uploaded

Information

Djblets
release-1.0.x
831b417...

Reviewers

ConfigPageForms can now return an HttpResponse in their save
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
Loading...