ModelFormset Update
neyder opened this issue · 2 comments
neyder commented
Hi,
By default this will populate the formset with all the instances of Item in the database.
But when I add another formset, or just change previous filled, it doesn't update. and it conflicts if unique field is in formset, so, cant use ModelFormSetView to create and/or update.
Some hints with that?
sdolemelipone commented
Hi @neyder , can you provide relevant lines of the code you're using and describe the problem in more detail?