#8838 closed (fixed)
typo in model fields docs
| Reported by: | TomV | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | typo model fields docs | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | 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/#positivesmallintegerfield
PositiveSmallIntegerField
-class PositiveIntegerField([options])
+class PositiveSmallIntegerField([options])
Attachments (1)
Change History (6)
comment:1 by , 17 years ago
comment:3 by , 17 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
Thanks for the report. Can you try to post a patch? It makes the process a lot quicker.
Also, try to keep all typos in one ticket, especially if that concerns a same area of the documentation. That's why I closed #8838.