#23965 closed Uncategorized (fixed)
FieldFile doesn't mention inheritance
| Reported by: | frewsxcv | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | frewsxcv | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
django.db.models.fields.files.FieldFile inherits django.core.files.File. It might be worth mentioning that in the following section in the documentation:
https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.fields.files.FieldFile
I encountered this issue because I saw people online referring to a name property on a FieldFile, yet it is not documented as existing.
Change History (4)
comment:1 by , 11 years ago
| Cc: | added |
|---|
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 5281d9620d13386fd4403f7aa6b9a2afd9b5a93f: