• 
      

    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.