Re: inlineformset_factory with multiple foreignKeys

2015-10-14 Thread jupiter
No longer need it, please ignore it. On Wed, Oct 14, 2015 at 9:35 AM, jupiter wrote: > Hi, > > How can the inlineformset_factory be used for multiple following > foreignKeys at following an example? > > class Recipe(models.Model): > pub_date = models.DateTimeField('Date Published', auto_now_

Re: inlineformset_factory with multiple foreignKeys

2015-10-13 Thread Nkansah Rexford
With multiple inlineformset_factory, Ive not tried, but perhaps this could help: http://stackoverflow.com/questions/3945435/adding-multiple-models-to-inlineformset-factory Mine was just one inlineform -- You received this message because you are subscribed to the Google Groups "Django users"