models - Django ManyToManyField options -
it possible give blank=true, null=true manytomanyfield without having problems? or maybe doing wrong code..
you don't need null=true.
blank=true make field optional.
it possible give blank=true, null=true manytomanyfield without having problems? or maybe doing wrong code..
you don't need null=true.
blank=true make field optional.
Comments
Post a Comment