Skip to content

Latest commit

 

History

History
87 lines (51 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

87 lines (51 loc) · 2.67 KB

Change Log

0.6.1 (2021-10-06)

Maintenance

  • Ensure upload to PyPI is possible :-)

Full Changelog

0.6.0 (2021-10-06)

Fix

  • Proper handling of non-required fields #46 and #47
  • Fix issue with widget rendering for Django >= 2.1 #32

Maintenance

  • Update supported versions #45
  • Add testing utilities #48

Full Changelog

0.5.2 (2016-10-14)

New

  • Support for specific media types in inputs (with dedicated field for images)

Full Changelog

0.5.1 (2016-04-25)

Fix

  • MultiFileField can now accept empty values when required is False

Full Changelog

0.5 (2015-06-14)

New

  • Add tests & integration with Travis CI
  • Mark as Python3 compatible

Full Changelog

0.4 (2015-06-13)

New

  • Add two example usages
  • Add changelog
  • Add authors file

Change

  • Improved usage instrutions in README

Fix

  • Fix form validation when checking for maximum file size
  • Fix the type of the return value from value_from_datadict when getlist is not a method of the files parameter.

Full Changelog

0.3 (2014-07-15)

Fix

  • Fix empty form object handling (no files submitted)

Full Changelog

0.2 (2014-07-06)

Change

  • Update README

Fix

  • Fix package config

Full Changelog

0.1 (2014-07-05)

New

  • Initial Release

Full Changelog