Use Null and Blank For Empty IntegerField Fields In Django

October 2024
number_in_series = models.IntegerField(null=True, blank=True)
end of line