summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-10-13 16:43:57 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-10-13 16:43:57 -0400
commitee0302161a85e8c7e1066642c2c99ccb3170c7a1 (patch)
tree8e220fdace30a59883fafe10946d869dc82b25bd
parentf00544a589d5002ddf0146706c4ba67509452ea7 (diff)
downloadsqlalchemy-ee0302161a85e8c7e1066642c2c99ccb3170c7a1.tar.gz
name
-rw-r--r--doc/build/changelog/changelog_08.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index fb407b86f..b9fb941a8 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -26,7 +26,7 @@
it is set to ``None``, DISTINCT is rendered if the innermost relationship
targets columns that do not comprise a full primary key.
The option defaults to False in 0.8 (e.g. off by default in all cases),
- None in 0.9 (e.g. automatic by default). Thanks to Alexander
+ None in 0.9 (e.g. automatic by default). Thanks to Alexander Koval
for help with this.
.. change::