Re: Need help with inlineformset

2020-10-11 Thread Marco Paradisi
up Il giorno domenica 11 ottobre 2020 alle 17:37:15 UTC+2 Marco Paradisi ha scritto: > Hi everyone, > > I have the following instruction: > > forms.models.inlineformset_factory(Covata, Bird, fields=('rna_ucc', > 'sesso', 'nascita', 'anella', 'razza', 'mutazione', 'portatore',), > can_delete=Tr

Re: Need help with inlineformset

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? We can help you in this and related tasks at fair prices Best Regards, Divyesh Khamele On Sun, 11 Oct 2020, 9:08 pm Marco Paradisi, wrote: > Hi everyone, > > I have the following instruction: > > forms.models.inlineformset_factory(Covata,

Need help with inlineformset

2020-10-11 Thread Marco Paradisi
Hi everyone, I have the following instruction: forms.models.inlineformset_factory(Covata, Bird, fields=('rna_ucc', 'sesso', 'nascita', 'anella', 'razza', 'mutazione', 'portatore',), can_delete=True, extra=1) I want to initialize two fields of the model "Bird" to values taken from the form of