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
UniqueViolation: duplicate key value violates unique constraint "unique_form_email_email_not_null"
DETAIL: Key (form_id, email)=(770, [email protected]) already exists.
File "django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
IntegrityError: duplicate key value violates unique constraint "unique_form_email_email_not_null"
DETAIL: Key (form_id, email)=(770, [email protected]) already exists.
(12 additional frame(s) were not displayed)
...
File "applications/views.py", line 41, in apply
form.save()
File "applications/forms.py", line 121, in save
application.save()
File "applications/models.py", line 166, in save
super().save(*args, **kwargs)
The text was updated successfully, but these errors were encountered:
@mdehsan873 feel free to pick this one up. It's similar to #901 but the people who had volunteered to work on it haven't submitted any PR in weeks. Thanks.
Sentry Issue: DJANGO-GIRLS-WEBSITE-59
The text was updated successfully, but these errors were encountered: