0.6.1 (2021-10-06)
- Ensure upload to PyPI is possible :-)
0.6.0 (2021-10-06)
- Proper handling of non-required fields #46 and #47
- Fix issue with widget rendering for Django >= 2.1 #32
0.5.2 (2016-10-14)
- Support for specific media types in inputs (with dedicated field for images)
0.5.1 (2016-04-25)
MultiFileField
can now accept empty values when required isFalse
0.5 (2015-06-14)
- Add tests & integration with Travis CI
- Mark as Python3 compatible
0.4 (2015-06-13)
- Add two example usages
- Add changelog
- Add authors file
- Improved usage instrutions in README
- Fix form validation when checking for maximum file size
- Fix the type of the return value from
value_from_datadict
whengetlist
is not a method of thefiles
parameter.
0.3 (2014-07-15)
- Fix empty form object handling (no files submitted)
0.2 (2014-07-06)
- Update README
- Fix package config
0.1 (2014-07-05)
- Initial Release