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

delphi - ESC/P programming! -

c++ - error: use of deleted function -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -