Changes between Initial Version and Version 1 of Ticket #25410


Ignore:
Timestamp:
Sep 23, 2015, 8:14:13 AM (9 years ago)
Author:
Tim Graham
Comment:

Confirmed as a regression in 1.9. I'll revert the patch that caused the regression, reopen that ticket for more investigation, and add a test for this issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25410

    • Property Component UncategorizedForms
    • Property Owner changed from nobody to Tim Graham
    • Property Severity NormalRelease blocker
    • Property Triage Stage UnreviewedAccepted
    • Property Status newassigned
  • Ticket #25410 – Description

    initial v1  
    11Having 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).
    22
    3 I guess this started happening on Python 2.7 after #24727 was fixed (5c412dd).
     3I guess this started happening on Python 2.7 after #24727 was fixed [5c412dd].
    44
    55Related ticket: #13327
Back to Top