From: Mike Bayer Date: Tue, 21 Oct 2014 21:27:37 +0000 (-0400) Subject: - changelog X-Git-Tag: rel_1_0_0b1~70^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee776dde052b0ad2595305d23b07e96b035d3f5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 8351b5cce3..5a2852783c 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -21,6 +21,16 @@ series as well. For changes that are specific to 1.0 with an emphasis on compatibility concerns, see :doc:`/changelog/migration_10`. + .. change:: + :tags: bug, orm + :pullreq: github:137 + + Repaired support of the ``copy.deepcopy()`` call when used by the + :class:`.orm.util.CascadeOptions` argument, which occurs + if ``copy.deepcopy()`` is being used with :func:`.relationship` + (not an officially supported use case). Pull request courtesy + duesenfranz. + .. change:: :tags: bug, sql :tickets: 3170