From: Mike Bayer Date: Sun, 13 Oct 2013 20:43:57 +0000 (-0400) Subject: name X-Git-Tag: rel_0_9_0b1~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee0302161a85e8c7e1066642c2c99ccb3170c7a1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git name --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index fb407b86f0..b9fb941a81 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::