So i injected a field and im trying to make it optional so i did something
like this...
*EXTRA_MODEL_FIELDS = (*
* ( "mezzanine.blog.models.BlogPost.game_date",*
* "DateTimeField",*
* ("Game Date",),*
* {"null": True, "blank": True},*
* ),*
*)*
Now when I do the blog post and leave that field empty I get
*(1048, "Column 'game_date' cannot be null")*
Can anyone help me out?
--
You received this message because you are subscribed to the Google Groups
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.