un1t / django-file-resubmit

It remembers selected files in form on validation errors.
76 stars 39 forks source link

Fix Django 1.11.1 bug with ClearableFileInput fields that no longer e… #19

Closed maddencs closed 7 years ago

maddencs commented 7 years ago

ClearableFileInput had some fields that were removed in Django 1.11.1. I have added an init method to ClearableFileInput in widgets.py that will check the django version before setting those attributes.