It is possible to give blank=True, null=True to ManyToManyField without having problems? Or maybe I doing something wrong with my code..

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

You don't need null=True.

blank=True will make that field optional.

link|improve this answer
Thanks for that knowledge. – Cris May 10 '11 at 23:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.