Handles Inline Formsets and also "in-standard-way" normal forms
If you read the docstring and the example you should get a clue what this Code does. I didn't want a big function everytime that handles every specific form, formset combinations so this how i can add/edit Models with specific Forms given to the magic_handle_inlineformsets function. It also works for Forms without innline_formsets.
- forms
- formset
- inline
- inlineformset
- inline_formset