- Fix bug where
db_value()may not get called in subclasses of Postgres JSONField / BinaryJSONField, refs #3044. - Fix bug where indexes for table may be defined on multiple schema, #3043.
- Always fall-through to base exception class if exception is not recognized in DB drivers. This simplifies checking driver-specific subclasses of standard DB-API exceptions.
