From: Mike Bayer Date: Sat, 17 Aug 2013 04:23:37 +0000 (-0400) Subject: 0.8 changelog X-Git-Tag: rel_0_9_0b1~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ade6b233d78ca1d98e86fcd6c4fe92ba9732319d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.8 changelog --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 909cda4762..952c45662a 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,13 @@ .. changelog:: :version: 0.8.3 + .. change:: + :tags: bug, examples + + Added "autoincrement=False" to the history table created in the + versioning example, as this table shouldn't have autoinc on it + in any case, courtesy Patrick Schmid. + .. change:: :tags: bug, sql