summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-03-21 18:48:57 +0100
committerTim Graham <timograham@gmail.com>2014-07-24 18:13:12 -0400
commit5ca82ff71baa9d749c98ef68e8f8814cf7afcf5d (patch)
treec19a67168ee39dc494449f1079fcd2f1d3250ea2 /docs
parentb918bc921ca104ac0ab877e9fa0f6b49a5242679 (diff)
[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
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.6.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.6.6.txt b/docs/releases/1.6.6.txt
index c61823bfdc..c8c7a037c0 100644
--- a/docs/releases/1.6.6.txt
+++ b/docs/releases/1.6.6.txt
@@ -22,3 +22,7 @@ Bugfixes
* Restored ``pre_delete`` signals for ``GenericRelation`` cascade deletion
(`#22998 <https://code.djangoproject.com/ticket/22998>`_).
+
+* Fixed transaction handling when specifying non-default database in
+ ``createcachetable`` and ``flush``
+ (`#23089 <https://code.djangoproject.com/ticket/23089>`_).