Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#123 closed defect (fixed)

Typo in the model_api/#field-types

Reported by: jay@… Owned by: Jacob
Component: Documentation Version:
Severity: normal Keywords: documentation typo
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Currently the ImageField says this.

ImageField

Like a FieldField, but validates that the ...

I believe this should be

Like a FileField, but validates that the ...

Change History (1)

comment:1 by Jacob, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [255] -- thanks!

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