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
[mailto:django-developers@googlegroups.com] On Behalf Of sevenrrain...@gmail.com
Sent: Friday, October 13, 2017 7:59 AM
To: Django developers (Contributions to Django itself)
Subject: How Django inlineformsets works internally
Hello,
First I know, this is for django developers, but I asked on django
Hello,
First I know, this is for django developers, but I asked on django-users,
stackoverflow, udemy etc and I never got an answered, so this is my last
options, to ask the developers.
I checked the Django code for BaseFormset,
modelform_factory,modelformset_factory,formset_factory etc but no