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
{{ message }}
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.
What is the expected behavior?
Database.Errors handled
What is the current behavior?
base.py line 94 causes a TypeError if there is one (and only one) Database.Error, as 'DatabaseError' object does not support indexing.
What are the steps to reproduce?
Introduce a Database.Error
Which versions of Python and Django are affected?
Python 3.5 and Django 1.10.5
Is there anything else we should know?
Nope
The text was updated successfully, but these errors were encountered: