1
0
mirror of https://github.com/django/django.git synced 2025-03-13 19:00:45 +00:00

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

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