django1/django/db/backends
Andrew Godwin 9c4ad454d1 Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_length 2014-02-09 12:33:52 +00:00
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_auto_pk_0. 2014-02-06 05:16:40 -05:00
oracle Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_length 2014-02-09 12:33:52 +00:00
postgresql_psycopg2 Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
sqlite3 Fixed #21917: Overly cautious SQLite3 backend for null fields + defaults 2014-02-09 11:10:21 +00:00
__init__.py Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_length 2014-02-09 12:33:52 +00:00
creation.py Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
schema.py Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_length 2014-02-09 12:33:52 +00: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 Removed import * in tests. 2013-10-22 08:32:01 -04:00
utils.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00