mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Ensure FileInput omits the required attribute when initial data exists, preventing unnecessary validation for already uploaded files. Fixes unexpected required field behavior when editing existing file fields. |
||
|---|---|---|
| .. | ||
| field_tests | ||
| jinja2/forms_tests | ||
| templates/forms_tests | ||
| tests | ||
| widget_tests | ||
| __init__.py | ||
| models.py | ||
| urls.py | ||
| views.py | ||