get(request, *args, **kwargs)
Renders a response using a context created with get_context_data()
.
Changed in Django 1.9:
Construction of the form was moved from this method to get_context_data()
.
Please login to continue.