From: Mike Bayer Date: Sat, 17 Nov 2018 03:46:20 +0000 (-0500) Subject: - edits X-Git-Tag: rel_1_3_0b1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7fd3a3fc9e84d647ec3c115d8238a75158e9fc6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - edits Change-Id: Ia8e1b5b51acc2b249499796ac36a7a3b68c941a1 --- 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