Branch: refs/heads/stable/1.7.x
Home:
https://github.com/django/django
Commit: 5ca82ff71baa9d749c98ef68e8f8814cf7afcf5d
https://github.com/django/django/commit/5ca82ff71baa9d749c98ef68e8f8814cf7afcf5d
Author: Aymeric Augustin <
aymeric....@m4x.org>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M django/core/management/commands/createcachetable.py
M django/core/management/commands/flush.py
M docs/releases/1.6.6.txt
M tests/cache/tests.py
Log Message:
-----------
[1.7.x] Fixed #23089 -- Fixed transaction handling in two management commands.
Previously, when createcachetable and flush operated on non-default
databases, they weren't atomic.
Backport of 753a22a635 from master