django1/django/db
Shai Berger 17e632929c [1.6.x] Fixed #20785 -- Corrected exception caught for Oracle LIKE operator detection
The code that tests to see which LIKE expressions to use now runs
using non-error-wrapped cursor, so cx_Oracle exceptions need to be caught
rather than Django DatabaseErrors.

Thanks Trac user ludo for report and initial patch.
2013-07-30 03:32:02 +03:00
..
backends [1.6.x] Fixed #20785 -- Corrected exception caught for Oracle LIKE operator detection 2013-07-30 03:32:02 +03:00
models [1.6.x] Fixed related model lookup regression 2013-07-26 13:17:50 +03:00
__init__.py Delayed settings.DATABASE_ROUTERS usage by ConnectionRouter 2013-05-23 15:19:12 +02:00
transaction.py [1.6.x] Introduced getters for connection.autocommit and .needs_rollback. 2013-06-30 16:29:57 +02:00
utils.py Fixed #17601 -- expose underlying db exceptions under py2 2013-06-04 12:46:10 +01:00