#472 closed defect (fixed)
ImageField description should include link to pitfall or FAQ
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