Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline Form Validation #66

Open
Dharmik8478 opened this issue May 5, 2016 · 1 comment
Open

Inline Form Validation #66

Dharmik8478 opened this issue May 5, 2016 · 1 comment

Comments

@Dharmik8478
Copy link

Dharmik8478 commented May 5, 2016

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
Copy link
Author

Dharmik8478 commented May 10, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant