django1/django/db
Javed Khan 4dbd95ad65 Fixed #21236 -- Allowed migrations to work with unique_together tuples.
Thanks hjwp for the report.
2013-10-07 09:39:14 -04:00
..
backends Fixed #21235 -- Disabled savepoints for old versions of SQLite. 2013-10-07 10:47:50 +02:00
migrations Fixed #21236 -- Allowed migrations to work with unique_together tuples. 2013-10-07 09:39:14 -04:00
models Fixed #21236 -- Allowed migrations to work with unique_together tuples. 2013-10-07 09:39:14 -04:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
utils.py Fixed #21109 -- made db cursor error wrapping faster 2013-09-17 12:18:55 +03:00