Opened 18 years ago
Closed 18 years ago
#5170 closed (fixed)
Make FileField a link in Model Reference
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | 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
Currently, ImageField is referring to FileField for aspects of the implementation, but that is only informal.
The documentation is easier to browse when it is actually using a hyperlink.
Note:
See TracTickets
for help on using tickets.
(In [6007]) Fixed #5170 -- Made FileField a link in the ImageField section of docs/model-api.txt -- assuming the ReST gods are smiling on me today