1👍
✅
Include it with your POST data when you create a new ArticleBufferFormSet
formset = ArticleBufferFormSet(dict(request.POST.items() + {'article_id': article_id}))
Source:stackexchange.com