Tagged Questions
1
vote
4answers
3k views
Django model custom save with ManyToManyField problem
I know this question has been posted multiple times but I still couldn't find a definite answer to this problem. So, here I go:
class Invoice(models.Model):
program = models.ForeignKey(Program)
...