WTForms-SQLAlchemy is a fork of the wtforms.ext.sqlalchemy package from WTForms.
The package has been renamed to wtforms_sqlalchemy but otherwise should
function the same as wtforms.ext.sqlalchemy did.
to install:
pip install WTForms-SQLAlchemy
Python 3.6 to 3.10 are supported.
An example using Flask is included in examples/flask.
- Provide
SelectFieldintegration with SQLAlchemy modelswtforms_sqlalchemy.fields.QuerySelectFieldwtforms_sqlalchemy.fields.QuerySelectMultipleField
- Generate forms from SQLAlchemy models using
wtforms_sqlalchemy.orm.model_form
The reasoning for splitting out this package is that WTForms 2.0 has
deprecated all its wtforms.ext.<library> packages and they will
not receive any further feature updates. The authors feel that packages
for companion libraries work better with their own release schedule and
the ability to diverge more from WTForms.