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.DateTime
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_add = True)
title = models.CharField(max_length=200)
instructions = models.TextField()
clas
2 matches
Mail list logo