30👍
✅
You may need to pass instance in POST processing as well.
formset = AttendeeFormSet(request.POST, request.FILES, prefix='attendees', instance=event)
Source:stackexchange.com