django1/django/db/backends
Josh Schneier 7765d3ba9b [1.11.x] Fixed #28298 -- Prevented a primary key alteration from adding a foreign key constraint if db_constraint=False.
Backport of fba0eaa5d6 from master
2017-06-22 21:54:46 -04:00
..
base [1.11.x] Fixed #28298 -- Prevented a primary key alteration from adding a foreign key constraint if db_constraint=False. 2017-06-22 21:54:46 -04: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