]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add Query.one_or_none()
authorEric Siegerman <eric.siegerman@rci.rogers.com>
Thu, 24 Sep 2015 17:16:58 +0000 (13:16 -0400)
committerEric Siegerman <eric.siegerman@rci.rogers.com>
Thu, 24 Sep 2015 17:22:45 +0000 (13:22 -0400)
commita9b5fb3f497837c0a4f1122c49c5dd54c87474a0
tree5d898b3d13afce1c73bd8bc6b2ebb1199e9f4d84
parent0854f82993c9bc07a64cc52bb4c092d1f5f11b8c
Add Query.one_or_none()
doc/build/changelog/changelog_10.rst
doc/build/orm/tutorial.rst
lib/sqlalchemy/orm/query.py
test/orm/test_query.py