Opened 15 years ago
Closed 14 years ago
#12865 closed (worksforme)
There is information about module that holds File in the File object reference.
Reported by: | pczapla | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.2-beta |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I had troubles to find the module name of the File object using the google search.
The file object reference seams to be the most natural place for such information but it doesn't have it.
Change History (2)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The first result on Google for "django file object" is The File object reference documentation, and the first thing it says is "The django.core.files module contains a built-in class for basic file handling in Django. The File class..."
I don't think it could be much clearer.