Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* LegacyAPIWarning: The Query.get() method is considered legacy as of the 1.x series of SQLAlchemy and becomes a legacy construct in 2.0. The method is now available as Session.get() (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9) return self.user_model.query.get(identifier)
- Loading branch information