Opened 18 years ago
Closed 17 years ago
#4025 closed (fixed)
Add get_FIELD_filename to FileField docs
Reported by: | SuperJared | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | FileField | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
get_FIELD_filename is not documented but is very useful.
Change History (2)
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5364]) Added references to the various get_FOO_*() methods for FileField and
ImageField. Fixed #4025.