From b7fd3a3fc9e84d647ec3c115d8238a75158e9fc6 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 16 Nov 2018 22:46:20 -0500 Subject: [PATCH] - edits Change-Id: Ia8e1b5b51acc2b249499796ac36a7a3b68c941a1 --- doc/build/changelog/migration_13.rst | 6 ++---- doc/build/intro.rst | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/build/changelog/migration_13.rst b/doc/build/changelog/migration_13.rst index eac4118858..3932202fce 100644 --- a/doc/build/changelog/migration_13.rst +++ b/doc/build/changelog/migration_13.rst @@ -539,11 +539,11 @@ Note that this change may be revised if it leads to problems. :ticket:`4268` -.. _change_4365: Key Behavioral Changes - ORM ============================= +.. _change_4365: Query.join() handles ambiguity in deciding the "left" side more explicitly --------------------------------------------------------------------------- @@ -982,8 +982,6 @@ considered, however this was too much verbosity). -Key Behavioral Changes - Core -============================= Dialect Improvements and Changes - PostgreSQL ============================================= @@ -1260,4 +1258,4 @@ primary key column:: :ticket:`4362` -:ticket:`4235` \ No newline at end of file +:ticket:`4235` diff --git a/doc/build/intro.rst b/doc/build/intro.rst index 7cce2fd82a..3c45ed4530 100644 --- a/doc/build/intro.rst +++ b/doc/build/intro.rst @@ -107,7 +107,7 @@ downloaded from Pypi and installed in one step:: This command will download the latest **released** version of SQLAlchemy from the `Python Cheese Shop `_ and install it to your system. -In order to install the latest **prerelease** version, such as ``1.2.0b1``, +In order to install the latest **prerelease** version, such as ``1.3.0b1``, pip requires that the ``--pre`` flag be used:: pip install --pre SQLAlchemy -- 2.47.3