]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
cherry-pick changelog from 1.4.52
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Mar 2024 13:30:04 +0000 (08:30 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Mar 2024 13:30:04 +0000 (08:30 -0500)
doc/build/changelog/changelog_14.rst
doc/build/changelog/unreleased_14/10365.rst [deleted file]

index 164a10a469d28605deac568ffb31b6358093e036..250288b8ef9b3aedc49519530dcaf9a2ededd2e3 100644 (file)
@@ -15,7 +15,17 @@ This document details individual issue-level changes made throughout
 
 .. changelog::
     :version: 1.4.52
-    :include_notes_from: unreleased_14
+    :released: March 4, 2024
+
+    .. change::
+        :tags: bug, orm
+        :tickets: 10365
+
+        Fixed bug where ORM :func:`_orm.with_loader_criteria` would not apply
+        itself to a :meth:`_sql.Select.join` where the ON clause were given as a
+        plain SQL comparison, rather than as a relationship target or similar.
+
+        This is a backport of the same issue fixed in version 2.0 for 2.0.22.
 
 .. changelog::
     :version: 1.4.51
diff --git a/doc/build/changelog/unreleased_14/10365.rst b/doc/build/changelog/unreleased_14/10365.rst
deleted file mode 100644 (file)
index 5eb4f44..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-.. change::
-    :tags: bug, orm
-    :tickets: 10365
-
-    Fixed bug where ORM :func:`_orm.with_loader_criteria` would not apply
-    itself to a :meth:`_sql.Select.join` where the ON clause were given as a
-    plain SQL comparison, rather than as a relationship target or similar.
-
-    This is a backport of the same issue fixed in version 2.0 for 2.0.22.