You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: