Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ImageFormField render with accept="image/*"' HTML attribute #731

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 1, 2023

  1. 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.
    tubaman committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    6eec7d4 View commit details
    Browse the repository at this point in the history