Re: Multiple formsets and when posting associating them with an instance

2018-08-21 Thread David
Changing all modelformset factories to inlineformsets and then specifying an instance on both the post and get methods resolved this issue. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Multiple formsets and when posting associating them with an instance

2018-08-21 Thread David
Hi I don't know if this is a common question, but I couldn't find anything resembling my problem. I have a page called "Case". On this page some basic information is added along with the creation of 1 or 2 clients (fixed) Client's are FK to the Case model. These are added using inlineformset f