Skip to content

Commit b24955e

Browse files
committed
Add package matching bugfix to CHANGES
1 parent 6237a0f commit b24955e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4143
Version 0.1
4244
-----------

0 commit comments

Comments
 (0)