From 609153d2bf4ac313e5d9542c9efd93078eeddecc Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Mon, 14 Jul 2014 22:45:41 -0300 Subject: [PATCH] [1.6.x] Added release note for issue 13794 fix. --- docs/releases/1.6.6.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/releases/1.6.6.txt b/docs/releases/1.6.6.txt index 103af36c37..bfd3367461 100644 --- a/docs/releases/1.6.6.txt +++ b/docs/releases/1.6.6.txt @@ -14,3 +14,8 @@ 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 `_).