Scott Searcy
Scott Searcy
Fixes #135 "TypeError: environment can have only strings" by using `str()` instead of `b''` for preparing environment settings. Tested to make sure it works in both Python 2.7 and Python...
While switching to `wtforms-sqlalchemy` from another library I ran into an issue that we have columns with `nullable=False` and `default` value, which should be able to post, but the generated...
If a column has a default value, then make the input field optional when generating a form object from a model. This enables the defaults in the table definition to...