Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ImageFormField render with accept="image/*"' HTML attribute
Since Django 2.1, the default forms.ImageField has rendered with accept="image/*". Copy the code here to do the same.
- Loading branch information