Opened 16 years ago
Closed 16 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.
Note:
See TracTickets
for help on using tickets.
#7609 is already open on this.