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
If this throws an IntegrityError (e.g. user and email already exist), Django fails when handling session and Cookies at the end with the HTTP return. This seems to be related to psycopg2, which cannot simply continue accessing the database when an IntegrityError was raised.
The text was updated successfully, but these errors were encountered:
This bug happens in model.py at:
If this throws an IntegrityError (e.g. user and email already exist), Django fails when handling session and Cookies at the end with the HTTP return. This seems to be related to psycopg2, which cannot simply continue accessing the database when an IntegrityError was raised.
The text was updated successfully, but these errors were encountered: