Allow the register view to take extra form keyword arguments
Review Request #8191 — Created May 26, 2016 and submitted
djblets.auth.views.registernow accepts aform_kwargsargument 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.
-
Tool: Pyflakes Processed Files: djblets/auth/views.py Tool: PEP8 Style Checker Processed Files: djblets/auth/views.py
Tool: PEP8 Style Checker Processed Files: djblets/auth/views.py Tool: Pyflakes Processed Files: djblets/auth/views.py