Change-Id: Ia8e1b5b51acc2b249499796ac36a7a3b68c941a1
:ticket:`4268`
-.. _change_4365:
Key Behavioral Changes - ORM
=============================
+.. _change_4365:
Query.join() handles ambiguity in deciding the "left" side more explicitly
---------------------------------------------------------------------------
-Key Behavioral Changes - Core
-=============================
Dialect Improvements and Changes - PostgreSQL
=============================================
:ticket:`4362`
-:ticket:`4235`
\ No newline at end of file
+:ticket:`4235`
This command will download the latest **released** version of SQLAlchemy from the `Python
Cheese Shop <http://pypi.python.org/pypi/SQLAlchemy>`_ 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