Opened 61 minutes ago
#37172 new Cleanup/optimization
FILE_UPLOAD_HANDLERS settings reference should link to "File Uploads" topic page
| Reported by: | Lincoln | Owned by: | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Lincoln | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The FILE_UPLOAD_HANDLERS settings reference:
https://docs.djangoproject.com/en/dev/ref/settings/#file-upload-handlers
Currently links to the "Managing files" topic page (https://docs.djangoproject.com/en/dev/topics/files/) - "See Managing files for details."
Nothing on this topic page actually talks about file uploads, it is mostly about files in models and file storage.
I think the settings reference should instead link to the "File uploads" topic page (https://docs.djangoproject.com/en/dev/topics/http/file-uploads/),
because that page has the "Upload Handlers" section that actually talks about that setting and how it is used.
Probably could make the same change to settings reference for FILE_UPLOAD_MAX_MEMORY_SIZE and FILE_UPLOAD_TEMP_DIR
I am happy to provide a PR if this ticket is accepted.
Thanks!