django1/django/db/backends
Claude Paroz c698c55966 Created special PostgreSQL text indexes when unique is True
Refs #19441.
2013-01-07 17:54:30 +01:00
..
dummy Fixed #19192 -- Allowed running tests with dummy db backend 2013-01-04 13:55:20 +01:00
mysql Fixed #19274 -- Made db connection creation overridable in subclasses 2012-11-27 19:47:19 +02:00
oracle Made sure global settings are changed in test db creation 2012-11-27 19:47:20 +02:00
postgresql_psycopg2 Created special PostgreSQL text indexes when unique is True 2013-01-07 17:54:30 +01:00
sqlite3 Fixed #19274 -- Made db connection creation overridable in subclasses 2012-11-27 19:47:19 +02:00
__init__.py Fixed #19197 -- fixed convert_values() for nullable numeric fields 2012-12-16 23:26:16 +02:00
creation.py Made sure global settings are changed in test db creation 2012-11-27 19:47:20 +02: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
util.py Fixed #18989 -- Removed unused condition in CursorWrapper 2012-11-17 16:34:14 +01:00