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

Added support for Django 2.1 #32

Closed viktor2097 closed 5 years ago

viktor2097 commented 5 years ago

As of Django 2.1,

Support for Widget.render() methods without the renderer argument is removed. https://docs.djangoproject.com/en/2.1/releases/2.1/#features-removed-in-2-1

This change should resolve that issue.

Chive commented 5 years ago

thanks @viktor2097

Chive commented 5 years ago

I've added a test case for this issue in #34. Let's hope 🤞that tests for dj2.1 are now passing :-)