1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Fixed #21472 -- Fixed inline formsets display when parent pk is 0

Thanks agale031176@gmail.com for the report.
Backport of fafb6cf049 from master.
This commit is contained in:
Claude Paroz
2013-11-20 21:34:29 +01:00
parent 6f48ae0b0f
commit d8fdee7db8
3 changed files with 13 additions and 2 deletions

View File

@@ -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).