From c62c480b2bfd8e1e73223e27db75788f0e9b28ec Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 16 Jul 2014 13:34:53 -0400 Subject: [PATCH] Added 1.6.6 release notes for #22998 (also forwardported those for #13794). --- docs/releases/1.6.6.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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 `_). + +* 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 `_). + +* Restored ``pre_delete`` signals for ``GenericRelation`` cascade deletion + (`#22998 `_).