#34536 closed Uncategorized (invalid)
FileInputUpload
Reported by: | Co-Ala | Owned by: | nobody |
---|---|---|---|
Component: | File uploads/storage | Version: | 4.2 |
Severity: | Normal | Keywords: | FileInputUpload |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
After upgrade to django 4.2.1:
Error: FileInputUpload doesn't support uploading multiple files.
Resulting from code line:
widget=FileInputUpload(
attrs={'multiple': True, ...
Change History (4)
comment:1 by , 19 months ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 19 months ago
Looks like the description of the security issue is missing in the 4.2.1 release notes?
comment:3 by , 19 months ago
Maybe a docs backport issue: https://docs.djangoproject.com/en/dev/releases/4.2.1/ vs https://docs.djangoproject.com/en/4.2/releases/4.2.1/
comment:4 by , 19 months ago
The docs needed to be rebuilt, the release notes for 4.2.1 are now showing the security fix details.
Note:
See TracTickets
for help on using tickets.
Please see the 4.2.1 release announcement: https://www.djangoproject.com/weblog/2023/may/03/security-releases/