Fix the solution and also display an error message with invalid files
More info at https://github.com/mbraak/django-file-form/pull/526
... | @@ -14,7 +14,7 @@ django-bleach==3.0.0 | ... | @@ -14,7 +14,7 @@ django-bleach==3.0.0 |
django-countries==7.2.1 | django-countries==7.2.1 | ||
django-extensions==3.1.5 | django-extensions==3.1.5 | ||
# django-file-form==3.3.0 | # django-file-form==3.3.0 | ||
git+https://github.com/theskumar/django-file-form.git@patched-3.4.x | git+https://github.com/theskumar/django-file-form.git@feature/error-message-invalid-files | ||
django-filter==2.4.0 | django-filter==2.4.0 | ||
django-fsm==2.8.0 | django-fsm==2.8.0 | ||
django-heroku==0.3.1 | django-heroku==0.3.1 | ||
... | ... |
Please register or sign in to comment