#472 closed defect (fixed)
ImageField description should include link to pitfall or FAQ
Reported by: | GomoX <gomo AT datafull DOT com> | 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
In http://www.djangoproject.com/documentation/model_api/ , the ImageField description should add a link to either http://www.djangoproject.com/documentation/faq/#how-do-i-use-image-and-file-fields or http://code.djangoproject.com/wiki/DataModelPitfalls .
Note:
See TracTickets
for help on using tickets.
(In [742]) Fixed #472 - added notes about File/ImageFields from the FAQ to the model API doc