flask-sqlalchemy
flask-sqlalchemy copied to clipboard
Adds SQLAlchemy support to Flask
Currently doc builds appear broken. I think this is producing a poor signal:noise on this repo and probably making it harder for maintainers to handle PRs. `pip-compile -U requirements/docs.in` to...
This PR addresses the incompatibilities mentioned in #1068 by using the `flask.g` object instead of `_app_ctx_stack.top`.
Flask-SQLAlchemy is unable to connect to the database file if it is initialised through an app factory in a different package. It is able to connect fine if the app...
Hi! I'm using this extension is a couple of Flask projects and a Quart one. When trying to migrate the Quart app to it's latest version, the extension stopped working...
updates: - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.3) - [github.com/asottile/reorder_python_imports: v3.3.0 → v3.8.2](https://github.com/asottile/reorder_python_imports/compare/v3.3.0...v3.8.2) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.2)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.2.0 to 5.1.1. Release notes Sourced from sphinx's releases. v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.0 No release notes provided. v5.0.0b1...
Bumps [blinker](https://github.com/pallets-eco/blinker) from 1.4 to 1.5. Release notes Sourced from blinker's releases. 1.5 Blinker has moved to Pallets-Eco, an organization for community maintenance of projects related to Pallets, Flask, etc....
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.15.0 to 2.20.0. Release notes Sourced from pre-commit's releases. pre-commit v2.20.0 Features Expose source and object-name (positional args) of prepare-commit-msg hook as PRE_COMMIT_COMIT_MSG_SOURCE and PRE_COMMIT_COMMIT_OBJECT_NAME. #2407 PR...
Hello, I've got instructed to post here from the very same issue I've created on this place: https://github.com/sqlalchemy/sqlalchemy/issues/8260 Here's the example code from here which I am using: https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4_39/test/ext/test_baked.py#L1023 When...
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.4.0 to 6.8.0. Release notes Sourced from pip-tools's releases. 6.8.0 Features: Add support for pip's 2020 dependency resolver. Use pip-compile --resolver backtracking to enable new resolver (#1539)....