django1/django/db
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
..
backends Split ignores_nulls_in_unique_constraints feature. 2014-05-08 22:11:20 +02:00
migrations Appeased flake8. 2014-05-08 21:49:54 +02:00
models Fixed #22564 -- Prevented unneeded bytestrings in migrations 2014-05-06 09:13:07 +02:00
__init__.py Removed unused imports. 2014-03-21 20:18:19 -04:00
transaction.py Improved a comment. Thanks intgr for the report. 2014-04-11 23:01:00 +02:00
utils.py Removed deprecated TRANSACTIONS_MANAGED setting. 2014-03-21 21:34:47 +01:00