Skip to content

Commit

Permalink
- 1.4.52
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Mar 4, 2024
1 parent 0f3e8d0 commit 7685076
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
12 changes: 11 additions & 1 deletion doc/build/changelog/changelog_14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions doc/build/changelog/unreleased_14/10365.rst

This file was deleted.

4 changes: 2 additions & 2 deletions doc/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@
# 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"
Expand Down

0 comments on commit 7685076

Please sign in to comment.