• 
      

    Allow the register view to take extra form keyword arguments

    Review Request #8191 — Created May 26, 2016 and submitted — Latest diff uploaded

    Information

    Djblets
    release-0.10.x
    87ec737...

    Reviewers

    djblets.auth.views.register now accepts a form_kwargs argument that
    specifies a dictionary of keyword arguments to pass to the form class
    upon instantiation. This allows more specialization of the form class
    that is used and will allow us to avoid the factory pattern when extra
    data is required by the form.

    Used this in an upcoming Splat patch.