Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

64 lines (39 loc) · 1.83 KB

Change Log

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