Allow registration forms to provide initial values
Review Request #7576 — Created Aug. 11, 2015 and submitted
The Djblets
registerview now accepts an additional paramter,
initial_values, that will pre-fill the form with data.
Used this in an app with a register form to provide initial values.
 
Tool: PEP8 Style Checker Processed Files: djblets/auth/views.py Tool: Pyflakes Processed Files: djblets/auth/views.py