django1/django/core/cache
Aymeric Augustin ba5138b1c0 Deprecated transaction.commit/rollback_unless_managed.
Since "unless managed" now means "if database-level autocommit",
committing or rolling back doesn't have any effect.

Restored transactional integrity in a few places that relied on
automatically-started transactions with a transitory API.
2013-03-11 14:48:54 +01:00
..
backends Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
__init__.py Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
utils.py Fixed #19253 -- Extracted template cache key building logic 2013-02-24 14:32:45 +01:00