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.


Comments

Popular posts from this blog

c++ - error: use of deleted function -

Cursor error with postgresql, pgpool and php -

iphone - Request for member 'uitextfield' in something not a structure or union? -