Opened 15 years ago

Closed 15 years ago

#10719 closed (duplicate)

zero and PositiveIntegerField/PositiveSmallIntegerField

Reported by: while0pass Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://docs.djangoproject.com/en/dev/ref/models/fields/#positiveintegerfield

It would be good to state explicitly in documentation that PositiveIntegerField and PositiveSmallIntegerField are integers that are more or equal to zero. The confusion is that zero is not a positive integer. So, it would be good to either extend the relevant documentation subsections with a note on zero, or rename the field subclasses. Unfortunately, "NonNegativeIntegerField" looks rather unwieldy.

Change History (1)

comment:1 by Karen Tracey, 15 years ago

Resolution: duplicate
Status: newclosed

#7609 is already open on this.

Note: See TracTickets for help on using tickets.
Back to Top