from django.forms.widgets import ClearableFileInput class FileUploadWidget(ClearableFileInput): pass