]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- edits
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Nov 2018 03:46:20 +0000 (22:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Nov 2018 03:46:20 +0000 (22:46 -0500)
Change-Id: Ia8e1b5b51acc2b249499796ac36a7a3b68c941a1

doc/build/changelog/migration_13.rst
doc/build/intro.rst

index eac4118858b918664da174f90c3be9adb51f7c1d..3932202fce056631a23cbdd8f190912a7c127c5d 100644 (file)
@@ -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`
index 7cce2fd82a4440007742ab9c4e06b30ad4836c17..3c45ed4530f249a757b99ba4028ae42d936ef0b8 100644 (file)
@@ -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