TND / django-files-widget

Django AJAX upload widget and model field for multiple files or images, featuring drag & drop uploading, upload progress bar, sortable image gallery
Other
88 stars 52 forks source link

Support to Django >= 1.9 #20

Open AlexVFornazieri opened 7 years ago

AlexVFornazieri commented 7 years ago

Hello everyone,

Recently i start migrate my Django 1.8 projects to >= 1.9 and the 'django-files-widget' doesn't work for these versions.

So I forked this project and make title changes to work on Django >= 1.9 projects, the code is on https://github.com/AlexVFornazieri/django-files-widget

Is works for the used in my projects, but has much to be tested yet.

From what I've seen, this project has last updated for some time, but I find it a great addition to Django-admin. I hope you can join me and help continue the project.

I think doing a 'pull request' not is interesting as it can cause problems for those who have this repository in the dependency file in Django projects <= 1.8. Maybe just add a link to readme.md to the version that supports newer projects in Django (my fork).

I thanks everybody attention, let's go contribute!