Chive / django-multiupload

Dead simple drop-in multi file upload field for Django forms using HTML5's multiple attribute.
MIT License
279 stars 81 forks source link

Django 4.2 support #53

Closed mick88 closed 1 year ago

mick88 commented 1 year ago

Django 4.2 does not support ugettext_lazy used by this project

mick88 commented 1 year ago

Apologies, the package I am using is https://pypi.org/project/django-multiupload2/ and its pypi page links to this repository, but by looking at the code, this repo has already patched this.