#8642 closed (fixed)
FAQ still mentions old file saving methods
Reported by: | pauldwaite | Owned by: | John Shimek |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The file/image fields section of the FAQ (http://www.djangoproject.com/documentation/faq/#how-do-i-use-image-and-file-fields) still mentions methods for using file/image fields (i.e. get_<fieldname>_url
).
These are no longer present in Django as of beta 2 (or earlier; I’m not sure when they were removed).
Attachments (3)
Change History (8)
comment:1 by , 16 years ago
milestone: | → 1.0 |
---|---|
Triage Stage: | Unreviewed → Accepted |
by , 16 years ago
Attachment: | r8695.diff added |
---|
comment:2 by , 16 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Just added a patch which I believe removes all references to get_filename_url. Also, added .. :method: and .. :attribute: in docs/ref/files/file.txt.
by , 16 years ago
Attachment: | r8695.2.diff added |
---|
comment:3 by , 16 years ago
Made some corrections to the :class: links as pointed about by Malcolm in IRC.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This is still present post-docs-refactor.