#22347 closed Cleanup/optimization (fixed)
FileSystemStorage documentation spread out in different places
| Reported by: | nliberg | Owned by: | Vishal Lal |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | FileSystemStorage |
| Cc: | Vishal Lal | Triage Stage: | Accepted |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The FileSystemStorage constructor parameters are not described in one place. Two of the parameters are described on an overview page:
https://docs.djangoproject.com/en/dev/topics/files/#the-built-in-filesystem-storage-class
and the two other are described on the File storage API page:
https://docs.djangoproject.com/en/dev/ref/files/storage/#the-filesystemstorage-class
It would probably be good if the API page described all four parameters.
Change History (4)
comment:1 by , 12 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 12 years ago
| Cc: | added |
|---|---|
| Has patch: | set |
| Owner: | changed from to |
| Status: | new → assigned |
Issued Pull Request #2506. Verified documentation builds properly.
comment:3 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Would be best to put them on the reference doc only, I think. We should add a proper link to
FileSystemStoragein the topic guide.