Opened 13 months ago

Closed 13 months ago

Last modified 13 months ago

#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 David Sanders, 13 months ago

Resolution: invalid
Status: newclosed

comment:2 by Claude Paroz, 13 months ago

Looks like the description of the security issue is missing in the 4.2.1 release notes?

comment:4 by Natalia Bidart, 13 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.
Back to Top