diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-11-16 22:46:20 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-11-16 22:46:20 -0500 |
| commit | b7fd3a3fc9e84d647ec3c115d8238a75158e9fc6 (patch) | |
| tree | ae154e47f91ea1dbd2ca64f7637041ec06fb52cd | |
| parent | 9addf7734298fff8ef790757783efef02afa5d43 (diff) | |
| download | sqlalchemy-b7fd3a3fc9e84d647ec3c115d8238a75158e9fc6.tar.gz | |
- edits
Change-Id: Ia8e1b5b51acc2b249499796ac36a7a3b68c941a1
| -rw-r--r-- | doc/build/changelog/migration_13.rst | 6 | ||||
| -rw-r--r-- | 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 eac411885..3932202fc 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 7cce2fd82..3c45ed453 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 <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 |
