django1/django/db/backends
Tim Graham c7d0ff0cad Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Thanks jeroen.pulles at redslider.net for the suggestion and
helper script.
2013-08-29 12:11:03 -04:00
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple() 2013-08-29 12:11:03 -04:00
oracle Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple() 2013-08-29 12:11:03 -04:00
postgresql_psycopg2 Fixed test failure caused by different NULL ordering between backends 2013-08-21 22:31:50 +01:00
sqlite3 Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple() 2013-08-29 12:11:03 -04:00
__init__.py Fix Oracle's default handling and schema-prepared-statement issue 2013-08-23 12:07:55 +01:00
creation.py Merge remote-tracking branch 'core/master' into schema-alteration 2013-08-09 14:17:30 +01:00
schema.py Python 3 compat fix for callable() 2013-08-23 17:59:35 +01: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 A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00