Blog post published_date field can't be Null

Issue #11 resolved
Joao Claro created an issue

models.py Blank = True Null = True

Should be Blank = True Null = False

Comments (1)

  1. Log in to comment