Changes between Initial Version and Version 1 of Ticket #27280, comment 4
- Timestamp:
- Sep 28, 2016, 8:30:34 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27280, comment 4
initial v1 2 2 > Without initial data, the formset will output 1 empty form which isn't very useful for giving examples of ordering and deleting. 3 3 4 ArticleFormSet = formset_factory(ArticleForm, min_num=3, validate_min=True) 4 5 5 6 In this case how can a formset with data for 3 forms produce one empty form? 6 In the initial we have meat for 2 forms. And how can it fill the third one? 7 In the initial we have meat for 2 forms. Initial data is completely overlapped with data. 8 From where an empty form materializes then? 7 9 8 10 I have modelled the situation: https://bitbucket.org/Kifsif/formsets/commits/f5e05aa61bcfe4be776bd1acc436589d27c78d29