Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flaskr and todo to use SQLAlchemy 2.0 style #1253

Merged
merged 1 commit into from
Sep 9, 2023
Merged

Conversation

pamelafox
Copy link
Contributor

@pamelafox pamelafox commented Sep 3, 2023

This PR updates the Flaskr and todo sample apps to use 2.0 style models. All flaskr tests pass.

Checklist:

- [ ] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
- [ ] Add or update relevant docs, in the docs folder and in code.
- [ ] Add an entry in CHANGES.rst summarizing the change and linking to the issue.
- [ ] Add .. versionchanged:: entries in any relevant code docs.

  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.

from werkzeug.security import check_password_hash
from werkzeug.security import generate_password_hash

from flaskr import db

if TYPE_CHECKING:
from flaskr.blog.models import Post
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed due to circular import

@pamelafox pamelafox changed the title Update flaskr to use SQLAlchemy 2.0 style Update flaskr and todo to use SQLAlchemy 2.0 style Sep 3, 2023
@davidism davidism merged commit e5397f5 into main Sep 9, 2023
6 checks passed
@davidism davidism deleted the update-flaskr branch September 9, 2023 01:17
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants