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
Currently the django rest framework returns responses with status code 400 (Bad Request) if a unique constraint fails. This should be an 409 (Conflict) instead.