django-nested-inline
django-nested-inline copied to clipboard
Inline Form Validation
trafficstars
I have email as unique field in database and email fields are not properly validated in inline forms. If I gave same emails into more than one forms(inline forms), then it should give an error message like 'email already exist.' but my application get crashed.
I worked on django 1.9 and python 3.4
I also written custom formset for validation, but save functionality stop working and giving "object has no attribute 'new_objects' '' exception.