gkuhn1 / django-admin-multiupload

Multi file upload for django-admin app
71 stars 64 forks source link

Issue #5 solution broke compatibility with Python 2.6 #11

Closed rhymes closed 9 years ago

rhymes commented 9 years ago

I have an installation of Django on 2.6 and I noticed that the issues fixed in #5 broke compatibility with Python 2.6 which does not support the format function. I substituted with regular string replacement.