From: Mike Bayer Date: Mon, 16 Mar 2015 16:18:58 +0000 (-0400) Subject: - changelog for #3327 fixes #3327 X-Git-Tag: rel_1_0_0b2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74641efb78b2d2529011c7a946db1474149c9ad9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for #3327 fixes #3327 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 677a901678..f8fd456f00 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -15,6 +15,20 @@ .. include:: changelog_07.rst :start-line: 5 +.. changelog:: + :version: 1.0.0b2 + + .. change:: + :tags: bug, orm + :tickets: 3327 + :pullreq: github:160 + + Fixed 1.0 regression from pullreq github:137 where Py2K unicode + literals (e.g. ``u""``) would not be accepted by the + :paramref:`.relationship.cascade` option. + Pull request courtesy Julien Castets. + + .. changelog:: :version: 1.0.0b1 :released: March 13, 2015