Django tips : Tech Model. Monday, March 1, 2010. ManyToManyField and null argument. Hello there! From time to time I meet something like that: ManyToManyField(blank=True, null=True). Is there any need to set null argument? …
Go here to see the original:
Django tips: Tech Model: ManyToManyField and null argument