diff options
| author | Tim Graham <timograham@gmail.com> | 2014-07-24 19:55:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-07-24 19:55:57 -0400 |
| commit | bb395a15ba16cc3ae223265afb69ec95f0f78855 (patch) | |
| tree | 631fb55b79ef09d87870708166e2ef3b72eaa53a | |
| parent | b157ffdbb97576a60995e719575ee733bba17508 (diff) | |
Forward ported release notes for refs #23089.
| -rw-r--r-- | docs/releases/1.6.6.txt | 4 |
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>`_). |
