home ~ socials ~ projects ~ rss

Use Null and Blank For Empty IntegerField Fields In Django

October 2024
number_in_series = models.IntegerField(null=True, blank=True)
end of line
Share link:
https://www.alanwsmith.com/en/2m/wj/xa/2k/?use-null-and-blank-for-empty-integerfield-fields-in-django