Re: How Django inlineformsets works internally

2017-11-17 Thread sevenrrainbow
Hi Matthew, Unfortunately is not what I'm looking for. Actually I build something similar in the past. In dynamic inlineformset I just clone and/or remove some DOM elements and update management attributes and Django do everything behind. In my case I have a ManyToMany to a self ForeignKey

RE: How Django inlineformsets works internally

2017-10-13 Thread Matthew Pava
You might want to look at stuff that has already been developed. (No need to reinvent the wheel, right?) Check out this jQuery plugin for making a dynamic formset: https://github.com/elo80ka/django-dynamic-formset You might find some answers there. From: django-developers@googlegroups.com [mai