django1/django/db/backends
Anssi Kääriäinen 905ea9619b Made sure global settings are changed in test db creation
There was an assumption that changing connection.settings_dict changed
also the settings.DATABASES values. This assumption is now gone.
2012-11-27 19:47:20 +02:00
..
dummy Fixed #17883. Improved error message for old-style database backends. 2012-03-12 21:58:07 +00: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 Fixed #19274 -- Made db connection creation overridable in subclasses 2012-11-27 19:47:19 +02:00
sqlite3 Fixed #19274 -- Made db connection creation overridable in subclasses 2012-11-27 19:47:19 +02:00
__init__.py Fixed #19058 -- Fixed Oracle GIS crash 2012-11-15 16:08:06 +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