]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
cherry-pick changelog from 1.1.17
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Feb 2018 21:16:11 +0000 (16:16 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Feb 2018 21:16:11 +0000 (16:16 -0500)
doc/build/changelog/changelog_11.rst
doc/build/changelog/unreleased_11/4185.rst [deleted file]

index e33f679c8c059bb9798537bc741c7baca68b7a71..37b051f508a5907337c454a42a87aea00d313763 100644 (file)
 
 .. 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 (file)
index a6b6bfb..0000000
+++ /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.