.. 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
+++ /dev/null
-.. 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.
# The short X.Y version.
version = "1.4"
# The full version, including alpha/beta/rc tags.
-release = "1.4.51"
+release = "1.4.52"
-release_date = "January 2, 2024"
+release_date = "March 4, 2024"
site_base = os.environ.get("RTD_SITE_BASE", "https://www.sqlalchemy.org")
site_adapter_template = "docs_adapter.mako"