1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/django/contrib/sessions
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
locale Merged contrib translations from 1.5 branch 2013-02-26 21:51:06 +01:00
management
__init__.py
middleware.py
models.py
tests.py Fixed regression introduced in 146ed13a. 2013-02-23 16:53:31 +01:00