django1/django/db/backends
Andrew Godwin e2220c1c08 [1.7.x] Fixed #23014: Renaming not atomic with unique together 2014-07-21 11:37:10 +01:00
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql [1.7.x] Renamed DatabaseFeature.supports_check_constraints to supports_column_check_constraints. 2014-06-16 19:25:58 -04:00
oracle [1.7.x] Fixed #22816 -- Corrected Oracle feature flag and fixed introspection test 2014-06-14 00:53:27 +03:00
postgresql_psycopg2 [1.7.x] Fixed #22514 -- Prevented indexes on virtual fields [postgres]. 2014-06-20 12:49:56 -04:00
sqlite3 [1.7.x] Fixed #23014: Renaming not atomic with unique together 2014-07-21 11:37:10 +01:00
__init__.py [1.7.x] Added feature for implied null (needed for Firebird backend) 2014-06-19 11:02:53 -04:00
creation.py [1.7.x] Fixed #23039: Don't try to serialize unmanaged models in tests 2014-07-21 10:09:58 +01:00
schema.py [1.7.x] Fixed #23009: Shorten FK identifiers in add_field and make consistent 2014-07-21 10:50:58 +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 [1.7.x] Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 06:11:01 -04:00
utils.py [1.7.x] Prevented a crash in the cursor wrappers on Oracle. 2014-04-24 08:43:16 +02:00