Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#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.

  1. It doesn't specify that maxlength must be set for a CommaSeparatedIntegerField.
  1. That the FloatField requires max_digits=14 and decimal_places=4, it currently says those are optional.

Thanks For all the hard work!

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [184].

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