Forward ported release notes for refs #23089.

This commit is contained in:
Tim Graham 2014-07-24 19:55:57 -04:00
parent b157ffdbb9
commit bb395a15ba
1 changed files with 4 additions and 0 deletions

View File

@ -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>`_).