django1/django/db/backends
Aymeric Augustin cff59bedc2 Split ignores_nulls_in_unique_constraints feature.
Oracle and SQL Server don't have exactly the same limitations. It's
worth treating them differently.
2014-05-08 22:11:20 +02:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Replaced vendor checks by three feature flags. 2014-05-08 22:11:15 +02:00
oracle Split ignores_nulls_in_unique_constraints feature. 2014-05-08 22:11:20 +02:00
postgresql_psycopg2 Fixed #3214 -- Stopped parsing SQL with regex. 2014-04-26 17:46:23 +02:00
sqlite3 Fixed #22476: Couldn't alter attributes on M2Ms with through= set 2014-05-08 10:34:24 -07:00
__init__.py Split ignores_nulls_in_unique_constraints feature. 2014-05-08 22:11:20 +02:00
creation.py Removed unused imports. 2014-03-21 20:18:19 -04:00
schema.py Fixed #22476: Couldn't alter attributes on M2Ms with through= set 2014-05-08 10:34:24 -07: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 Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Prevented a crash in the cursor wrappers on Oracle. 2014-04-24 09:14:42 -04:00