Shouldn't formset show number of forms according to number o dicts in initial?
7 views
Skip to first unread message
Rafał Szymański
unread,
Jun 17, 2016, 4:00:04 AM6/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I'd like to ask for a little help.
I'd like to show few forms with on page using formset_factory. Number of forms should be dependent on number of dictionaries set in inital parameter. But the result is that one form is showed with three options avaliable to choose according to dicts from nitial. Shouldn't formset show number of forms according to number o dicts in initial with no use of extra param?