get_form_kwargs()
Build the keyword arguments required to instantiate the form.
The initial
argument is set to get_initial()
. If the request is a POST
or PUT
, the request data (request.POST
and request.FILES
) will also be provided.
get_form_kwargs()
Build the keyword arguments required to instantiate the form.
The initial
argument is set to get_initial()
. If the request is a POST
or PUT
, the request data (request.POST
and request.FILES
) will also be provided.
Please login to continue.