Skip to content

0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Nov 21:39
· 2 commits to main since this release
0.2.1
f4a04ce

This is the Flask-SQLAlchemy-Lite 0.2.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/Flask-SQLAlchemy-Lite/0.2.1/
Changes: https://flask-sqlalchemy-lite.readthedocs.io/page/changes/#version-0-2-1
Milestone: https://github.com/pallets-eco/flask-sqlalchemy-lite/milestone/2?closed=1

  • test_isolation does not require an active app context, allowing it to be used around other fixtures. #37