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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -