django-nested-inline icon indicating copy to clipboard operation
django-nested-inline copied to clipboard

Inline Form Validation

Open Dharmik8478 opened this issue 9 years ago • 1 comments
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

Dharmik8478 avatar May 05 '16 08:05 Dharmik8478

I also written custom formset for validation, but save functionality stop working and giving "object has no attribute 'new_objects' '' exception.

Dharmik8478 avatar May 10 '16 10:05 Dharmik8478