File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ Unreleased
2525- QuerySelectField.query allowing no results instead of falling back to
2626 ``query_factory ``. (`#15 `_)
2727- Explicitly check if db_session is None in converter. (`#17 `_)
28+ - Check for ``sqlalchemy. `` to avoid matching packages with names starting
29+ with ``sqlalchemy `` (6237a0f _)
2830
2931.. _#2 : https://github.com/wtforms/wtforms-sqlalchemy/pull/2
3032.. _#3 : https://github.com/wtforms/wtforms-sqlalchemy/pull/3
@@ -36,7 +38,7 @@ Unreleased
3638.. _#11 : https://github.com/wtforms/wtforms-sqlalchemy/pull/11
3739.. _#15 : https://github.com/wtforms/wtforms-sqlalchemy/pull/15
3840.. _#17 : https://github.com/wtforms/wtforms-sqlalchemy/pull/17
39-
41+ .. _ 6237a0f : https://github.com/wtforms/wtforms-sqlalchemy/commit/6237a0f9e53ec5f22048be7f129e29f7f1c58448
4042
4143Version 0.1
4244-----------
You can’t perform that action at this time.
0 commit comments