django1/django/db/backends
Mariusz Felisiak b06855facd [1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Thanks Tim Graham for the review.

Backport of 43380e9110 from master
2017-03-21 17:40:04 +01:00
..
base Refs #16614 -- Called _prepare_cursor() on every created cursor. 2017-01-16 09:12:23 -05:00
dummy Removed DatabaseError and IntegrityError declarations from database backends. 2016-09-26 18:31:41 -04:00
mysql [1.11.x] Fixed #27135 -- Made index introspection return Index.suffix. 2017-02-15 21:07:53 -05:00
oracle [1.11.x] Fixed #27822 -- Replaced deprecated cx_Oracle types in DatabaseIntrospection.data_types_reverse. 2017-03-15 09:05:53 -04:00
postgresql [1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. 2017-03-21 17:40:04 +01:00
postgresql_psycopg2 Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg2 backend. 2015-08-07 09:34:18 -04:00
sqlite3 [1.11.x] Fixed #27135 -- Made index introspection return Index.suffix. 2017-02-15 21:07:53 -05:00
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
utils.py [1.11.x] Refs #27843 -- Fixed 'invalid escape sequence' warning in truncate_name(). 2017-02-27 09:31:06 -05:00