Chive / django-multiupload

Dead simple drop-in multi file upload field for Django forms using HTML5's multiple attribute.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python3 compatibility

C4ptainCrunch opened this issue · comments

commented

Hi

When running caniusepython3 on my project, django-multiupload is the only requirement that is flagged as Python3 incompatible.

I tried pip install django-multiupload in a fresh python3 virtualenv and it didn't fail. Thus is django-multiupload python3 compatible and the classifier in setup.py is just missing or is there an other reason?

PS : Thanks for this great piece of software :)

commented

Wow, that was fast, thanks ! :)