Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 frewsxcv, 10 years ago

Cc: frewsxcv added

comment:2 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 5281d9620d13386fd4403f7aa6b9a2afd9b5a93f:

Fixed #23965 -- Mentioned that FieldFile inherits from File

comment:3 by Tim Graham <timograham@…>, 10 years ago

In 284496e6929e9ec42ee711db1ae1e7d1cb95d063:

[1.7.x] Fixed #23965 -- Mentioned that FieldFile inherits from File

Backport of 5281d9620d13386fd4403f7aa6b9a2afd9b5a93f from master

comment:4 by Tim Graham <timograham@…>, 10 years ago

In e24ec760f11807c974277a89491b25bbafcef401:

[1.6.x] Fixed #23965 -- Mentioned that FieldFile inherits from File

Backport of 5281d9620d13386fd4403f7aa6b9a2afd9b5a93f from master

Note: See TracTickets for help on using tickets.
Back to Top