Changes between Initial Version and Version 1 of Ticket #25410
- Timestamp:
- Sep 23, 2015, 8:14:13 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25410
- Property Component Uncategorized → Forms
- Property Owner changed from to
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Accepted
- Property Status new → assigned
-
Ticket #25410 – Description
initial v1 1 1 Having an empty file field raises ValueError whenever the ClearableFileInput widget is rendered in the admin or in a custom form. It prevents the rendering of the form in change mode (works in creation mode). 2 2 3 I guess this started happening on Python 2.7 after #24727 was fixed (5c412dd).3 I guess this started happening on Python 2.7 after #24727 was fixed [5c412dd]. 4 4 5 5 Related ticket: #13327