make column nullable django

Solutions on MaxInterview for make column nullable django by the best coders in the world

showing results for - "make column nullable django"
Mads
26 Feb 2016
1field = models.DateField(null=True)