summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-11-20 21:34:29 +0100
committerClaude Paroz <claude@2xlibre.net>2013-11-20 21:37:35 +0100
commitd8fdee7db877e3a52a761bfcbeb3536ea219ec30 (patch)
treec0c9a7b7847f62cf48305395c85d72a3369e7776 /docs
parent6f48ae0b0ffc42f63487f482d668507d986790df (diff)
[1.6.x] Fixed #21472 -- Fixed inline formsets display when parent pk is 0
Thanks agale031176@gmail.com for the report. Backport of fafb6cf049b from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.6.1.txt b/docs/releases/1.6.1.txt
index d88b404bc5..d7f73903ff 100644
--- a/docs/releases/1.6.1.txt
+++ b/docs/releases/1.6.1.txt
@@ -26,3 +26,5 @@ Bug fixes
for the non-breaking space was returned verbatim (#21415).
* Fixed :djadmin:`loaddata` error when fixture file name contained any dots
non related to file extensions (#21457).
+* Fixed display of inline instances in formsets when parent has 0 for primary
+ key (#21472).