Can a field of type models.PositiveIntegerField contain a 0 value? I\'m doing something like:
points = models.PositiveIntegerField(default=0)
T