#123 closed defect (fixed)
Typo in the model_api/#field-types
Reported by: | 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 ...
Note:
See TracTickets
for help on using tickets.
Fixed in [255] -- thanks!