django1/django/db/backends
Tim Schneider 566726ff96 [1.11.x] Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
Backport of 3a5299c19c from master
2017-05-15 08:59:02 -04:00
..
base [1.11.x] Pass type to sql_alter_column_* where it was missing. 2017-05-09 12:49:09 +02: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 #28138 -- Used output type handler instead of numbersAsStrings on Oracle cursor. 2017-04-28 16:53:39 +02:00
postgresql [1.11.x] Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL. 2017-05-15 08:59:02 -04: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