django1/django/db
Anssi Kääriäinen d744c550d5 Fixed #19964 -- Removed relabel_aliases from some structs
Before there was need to have both .relabel_aliases() and .clone() for
many structs. Now there is only relabeled_clone() for those structs
where alias is the only mutable attribute.
2013-03-12 21:33:47 +02:00
..
backends Fixed #20010 -- Make sure `last_executed_query` contains it's associated parameters on Oracle. 2013-03-11 17:30:23 -04:00
models Fixed #19964 -- Removed relabel_aliases from some structs 2013-03-12 21:33:47 +02:00
__init__.py Added some assertions to enforce the atomicity of atomic. 2013-03-11 14:48:55 +01:00
transaction.py Fixed #20028 -- Made atomic usable on callable instances. 2013-03-12 10:52:16 +01:00
utils.py Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00