//i have a modelform
class Parrent(forms.ModelForm): someTest = forms.CharField(max_length=20)
// i have a child form
clas