#52 closed defect (fixed)
A couple of minor errors in the documentation on the site
Reported by: | Dobbes | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | normal | 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
On this page: http://www.djangoproject.com/documentation/model_api/ there are a couple of small errors.
- It doesn't specify that maxlength must be set for a CommaSeparatedIntegerField.
- That the FloatField requires max_digits=14 and decimal_places=4, it currently says those are optional.
Thanks For all the hard work!
Note:
See TracTickets
for help on using tickets.
Fixed in [184].