a Django field type for holding integers? code example Example: django integer field example integer = models.IntegerField(blank=True, null=True)