django-admin-multiupload
django-admin-multiupload copied to clipboard
Multi file upload for django-admin app
Support for Django 2.0
django>2.1 python=3.7 It gives error of 'ImportError: No module named 'django.core.urlresolvers' for these version of django and python3. This change solve the problem
Added support for Django 2.0 https://github.com/python-force/django-admin-multiupload
Please add trans blocks into templates and use ugettext in .py files.
Great job, thanks! Please, add implement multiupload form into inline group and set loading or linking to FK in post_save function of FK object (gallery). It would be great to...
Hi there, thank you for doing this. I've been testing this out in dev for a few days now and decided to implement this in a personal page I have...
Thank you for an awesome module. We use it in [edegal](https://github.com/conikuvat/edegal) for uploading photos into a photo gallery. The `setup.py` file for `django-admin-multiupload` states `license="GPL"`, but there is no `LICENSE`...
Does the Title field work? How can I make it work when I type in a name into Title field and press Upload it will save it with the file?