﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25273	get_form() got an unexpected keyword argument 'form_class'	Robin	nobody	"This error gets thrown inside class ""FormMixinBase"" in ""django/views/generic/edit.py"" file. 

Below is the method where its been used:


{{{
def get_form_with_form_class(self, form_class=None):
                    if form_class is None:
                        form_class = self.get_form_class()
                    return get_form(self, form_class=form_class)
}}}


from the documentation, ""form_class"" argument inside get_form can be removed. "	Uncategorized	new	Uncategorized	1.8	Normal				Unreviewed	0	0	0	0	0	0
