Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.4 KB

CHANGES.rst

File metadata and controls

41 lines (32 loc) · 1.4 KB

Changes

Version 0.2

Unreleased

  • Auto-generated DecimalField does not limit places for Float columns. (#2)
  • Add an example of using this library with Flask-SQAlchemy. (#3)
  • Generating a form from a model copies any lists of validators passed in field_args to prevent modifying a shared value across forms. (#5)
  • Don't add a Length validator when the column's length is not an int. (#6)
  • Add QueryRadioField, like QuerySelectField except it renders a list of radio fields. Add QueryCheckboxField, like QuerySelectMultipleField except it renders a list of checkbox fields. (#8)
  • Fix a compatibility issue with SQLAlchemy 2.1 that caused QuerySelectField to fail with a ValueError. (#9, #10, #11)

Version 0.1

Released on January 18th, 2015

  • Initial release, extracted from WTForms 2.1.