#37172: FILE_UPLOAD_HANDLERS settings reference should link to "File Uploads" topic
page
-------------------------+------------------------------------------------
Reporter: Lincoln | Type: Cleanup/optimization
Status: new | Component: Documentation
Version: dev | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------+------------------------------------------------
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!
--
Ticket URL: <
https://code.djangoproject.com/ticket/37172>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.