From: Mike Bayer Date: Thu, 22 Feb 2018 21:16:11 +0000 (-0500) Subject: cherry-pick changelog from 1.1.17 X-Git-Tag: rel_1_2_5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c18f81a67f644adf8f1b144311c05a69961eca60;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git cherry-pick changelog from 1.1.17 --- diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index e33f679c8c..37b051f508 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -19,7 +19,17 @@ .. changelog:: :version: 1.1.17 - :include_notes_from: unreleased_11 + :released: February 22, 2018 + + .. change:: + :tags: bug, ext + :tickets: 4185 + + Repaired regression caused in 1.2.3 and 1.1.16 regarding association proxy + objects, revising the approach to :ticket:`4185` when calculating the + "owning class" of an association proxy to default to choosing the current + class if the proxy object is not directly associated with a mapped class, + such as a mixin. .. changelog:: :version: 1.1.16 diff --git a/doc/build/changelog/unreleased_11/4185.rst b/doc/build/changelog/unreleased_11/4185.rst deleted file mode 100644 index a6b6bfbcbd..0000000000 --- a/doc/build/changelog/unreleased_11/4185.rst +++ /dev/null @@ -1,10 +0,0 @@ -.. change:: - :tags: bug, ext - :tickets: 4185 - :versions: 1.2.4 - - Repaired regression caused in 1.2.3 and 1.1.16 regarding association proxy - objects, revising the approach to :ticket:`4185` when calculating the - "owning class" of an association proxy to default to choosing the current - class if the proxy object is not directly associated with a mapped class, - such as a mixin.