Unreleased
- Auto-generated
DecimalFielddoes not limit places forFloatcolumns. (#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_argsto prevent modifying a shared value across forms. (#5) - Don't add a
Lengthvalidator when the column's length is not an int. (#6) - Add
QueryRadioField, likeQuerySelectFieldexcept it renders a list of radio fields. AddQueryCheckboxField, likeQuerySelectMultipleFieldexcept it renders a list of checkbox fields. (#8) - Fix a compatibility issue with SQLAlchemy 2.1 that caused
QuerySelectFieldto fail with aValueError. (#9, #10, #11)
Released on January 18th, 2015
- Initial release, extracted from WTForms 2.1.