summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-07-16 13:34:53 -0400
committerTim Graham <timograham@gmail.com>2014-07-16 13:34:53 -0400
commitc62c480b2bfd8e1e73223e27db75788f0e9b28ec (patch)
tree07642e7b1ab9626f9c71f631119292cfb8b0cb08
parentd9f78d5344c26b3da7461e19b6f59806dc9d70cd (diff)
Added 1.6.6 release notes for #22998 (also forwardported those for #13794).
-rw-r--r--docs/releases/1.6.6.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.6.6.txt b/docs/releases/1.6.6.txt
index 103af36c37..c61823bfdc 100644
--- a/docs/releases/1.6.6.txt
+++ b/docs/releases/1.6.6.txt
@@ -14,3 +14,11 @@ Bugfixes
* Prevented indexes on PostgreSQL virtual fields
(`#22514 <http://code.djangoproject.com/ticket/22514>`_).
+
+* Prevented edge case where values of FK fields could be initialized with a
+ wrong value when an inline model formset is created for a relationship
+ defined to point to a field other than the PK
+ (`#13794 <https://code.djangoproject.com/ticket/13794>`_).
+
+* Restored ``pre_delete`` signals for ``GenericRelation`` cascade deletion
+ (`#22998 <https://code.djangoproject.com/ticket/22998>`_).