django make a field in model nulable code example Example: make column nullable django field = models.DateField(null=True)