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
Actual DB exception is IntegrityError duplicate key value violates unique constraint "unique_shortname" DETAIL: Key (domain_id, short_name)=(test.com, key_already_in_use) already exists.
The text was updated successfully, but these errors were encountered:
Getting a weird issue with Django DB exceptions that aren't parsed correctly by the custom exception handler.
TypeError: string indices must be integers
This is on line 94 here: https://github.com/Fueled/django-init/blob/main/%7B%7Bcookiecutter.github_repository%7D%7D/%7B%7Bcookiecutter.main_module%7D%7D/base/exceptions.py#L94
Actual DB exception is
IntegrityError duplicate key value violates unique constraint "unique_shortname" DETAIL: Key (domain_id, short_name)=(test.com, key_already_in_use) already exists.
The text was updated successfully, but these errors were encountered: