summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2014-07-14 22:45:41 -0300
committerRamiro Morales <cramm0@gmail.com>2014-07-14 22:45:41 -0300
commit609153d2bf4ac313e5d9542c9efd93078eeddecc (patch)
tree96b452df0e61ae5191e2433ba969dee8dcb1c024
parent685582940bf4dfb5caf09bd8a73e6f74745190a8 (diff)
[1.6.x] Added release note for issue 13794 fix.
-rw-r--r--docs/releases/1.6.6.txt5
1 files changed, 5 insertions, 0 deletions
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 <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>`_).