summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-11-03 14:45:18 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-11-03 14:45:18 -0400
commit75bdcd096f12012bf45cffebd597c33b501c2ef2 (patch)
tree6c7f021f96a31de1271040045929ab72f18f9f2d /doc
parent152522b3f28de290d9ea2903fa2c414b8579515a (diff)
downloadsqlalchemy-75bdcd096f12012bf45cffebd597c33b501c2ef2.tar.gz
Fix as many RST parse warnings as possible.
Still a few I can't get. Also 0.9 is EOL so hide the unreleased notes. Change-Id: If0e44d4a0b3e78e211f32d5c33b51b1a007c9c69
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst4
-rw-r--r--doc/build/changelog/changelog_11.rst9
-rw-r--r--doc/build/changelog/unreleased_12/4121.rst8
3 files changed, 9 insertions, 12 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 159c5acfe..f1f290164 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -1,4 +1,3 @@
-
=============
0.9 Changelog
=============
@@ -11,7 +10,7 @@
.. include:: changelog_07.rst
:start-line: 5
-.. changelog::
+.. _unreleased_changelog::
:version: 0.9.11
.. change::
@@ -2047,7 +2046,6 @@
:ref:`relationship_custom_operator`
-
.. change::
:tags: bug, sqlite
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index d2e22acf5..33e3fca0c 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -1,5 +1,3 @@
-
-
=============
1.1 Changelog
=============
@@ -18,6 +16,7 @@
.. include:: changelog_07.rst
:start-line: 5
+
.. changelog::
:version: 1.1.15
:include_notes_from: unreleased_11
@@ -614,8 +613,8 @@
processing, as normally takes effect to handle both user-defined
type level conversions as well as dialect-required conversions, such
as those required for JSON datatypes. Additionally, clarified that
- the keys in the set_ dictionary should match the "key" of the column,
- if distinct from the column name. A warning is emitted
+ the keys in the ``set_`` dictionary should match the "key" of the
+ column, if distinct from the column name. A warning is emitted
for remaining column names that don't match column keys; for
compatibility reasons, these are emitted as they were previously.
@@ -658,7 +657,7 @@
:tickets: 3878
Fixed 1.1 regression where "import *" would not work for
- sqlalchemy.sql.expression, due to mis-spelled "any_" and "all_"
+ sqlalchemy.sql.expression, due to mis-spelled ``any_`` and ``all_``
functions.
.. change:: 3880
diff --git a/doc/build/changelog/unreleased_12/4121.rst b/doc/build/changelog/unreleased_12/4121.rst
index 9256b005e..b5e27fea7 100644
--- a/doc/build/changelog/unreleased_12/4121.rst
+++ b/doc/build/changelog/unreleased_12/4121.rst
@@ -2,10 +2,10 @@
:tags: bug, mssql
:tickets: 4121
- Fixed bug where sqltypes.BINARY and sqltypes.VARBINARY datatypes
- would not include correct bound-value handlers for pyodbc,
- which allows the pyodbc.NullParam value to be passed that
- helps with FreeTDS.
+ Fixed bug where sqltypes.BINARY and sqltypes.VARBINARY datatypes
+ would not include correct bound-value handlers for pyodbc,
+ which allows the pyodbc.NullParam value to be passed that
+ helps with FreeTDS.