Changes¶
Version 0.4.3¶
Unreleased
Remove python 3.9 support
Add python 3.14 support
Version 0.4.2¶
Released on October 25th, 2024
move the project to pallets-eco organization
move from master branch to main
move to pyproject.toml
move to src directory
remove python 3.8 support
use pre-commit configuration from flask
python 3.13 support
Version 0.4.1¶
Released on January 5th, 2024
Allow to override the default blank value. (#38)
Version 0.4.0¶
Released on January 4th, 2024
Version 0.3¶
Released on November 6th, 2021
Version 0.2¶
Released on June 21st, 2020
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)QuerySelectField.query allowing no results instead of falling back to
query_factory. (#15)Explicitly check if db_session is None in converter. (#17)
Check for
sqlalchemy.to avoid matching packages with names starting withsqlalchemy(6237a0f)Use SQLAlchemy’s Column.doc for WTForm’s Field.description (#21)
Stopped support for python < 3.5 and added a style pre-commit hook. (#23)
Documentation cleanup. (#24)
Version 0.1¶
Released on January 18th, 2015
Initial release, extracted from WTForms 2.1.