summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-09-24 13:52:25 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-09-24 13:52:25 -0400
commit5b71858533ea153dec119b3592631fdb1500a15f (patch)
treed5376860fcee397655effca10bda2853510ddc55 /doc
parenta9b5fb3f497837c0a4f1122c49c5dd54c87474a0 (diff)
downloadsqlalchemy-5b71858533ea153dec119b3592631fdb1500a15f.tar.gz
- replicate Query.one_or_none to BakedQuery
- changelog / version note finishing
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_10.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 5c5ffed1d..ef125eecf 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -19,6 +19,15 @@
:version: 1.0.9
.. change::
+ :tags: feature, orm
+ :versions: 1.1.0b1
+ :pullreq: github:201
+
+ Added new method :meth:`.Query.one_or_none`; same as
+ :meth:`.Query.one` but returns None if no row found. Pull request
+ courtesy esiegerman.
+
+ .. change::
:tags: bug, orm
:versions: 1.1.0b1
:tickets: 3539
@@ -90,10 +99,6 @@
to again work as it is based on an 8.0.x version of Postgresql.
Fix courtesy Pete Hollobon.
- .. change::
- :tags: orm
-
- Add Query.one_or_none() method.
.. changelog::
:version: 1.0.8