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# - how to write client side events functions for the combobox items -

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