]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix the docstring of scoped_session.scalars 9371/head
authorGrey Li <withlihui@gmail.com>
Sat, 25 Feb 2023 14:01:02 +0000 (22:01 +0800)
committerGrey Li <withlihui@gmail.com>
Sun, 26 Feb 2023 04:36:32 +0000 (12:36 +0800)
commit61132230cc6e897ab61beff25d98b19a4c0aefd0
tree027a066bb5f6e1162e0c5870ac58f962f9c6a9d8
parent16d3dad4490fc4915096b7963f21e6b591b15ba7
Fix the docstring of scoped_session.scalars

This method was added in 1.4.26 instead of 1.4.24.
lib/sqlalchemy/orm/session.py