flake8
failed.
JSHint
passed.
flake8
-
djblets/configforms/views.py (Diff revision 1) Show all issues
Review Request #9973 — Created May 23, 2018 and submitted
Information | |
---|---|
brennie | |
Djblets | |
release-1.0.x | |
9974 | |
831b417... | |
Reviewers | |
djblets | |
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.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+6 -2) |
Addressed feedback
Description: |
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Commit: |
|
||||||||||||
Diff: |
Revision 3 (+12 -2) |