]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.0.2 rel_1_0_2
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Oct 2018 20:32:36 +0000 (16:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Oct 2018 20:32:36 +0000 (16:32 -0400)
docs/build/changelog.rst
docs/build/unreleased/513.rst [deleted file]
docs/build/unreleased/515.rst [deleted file]

index c1c80e43eec2a0c5bad9d177fb5796735777ba84..a0b0f4903324c75a388b5ba98f4b7b9b877b1a76 100644 (file)
@@ -5,7 +5,26 @@ Changelog
 
 .. changelog::
     :version: 1.0.2
-    :include_notes_from: unreleased
+    :released: October 31, 2018
+
+    .. change::
+       :tags: bug, autogenerate
+       :tickets: 515
+
+       The ``system=True`` flag on :class:`.Column`, used primarily in conjunction
+       with the Postgresql "xmin" column, now renders within the autogenerate
+       render process, allowing the column to be excluded from DDL.  Additionally,
+       adding a system=True column to a model will produce no autogenerate diff as
+       this column is implicitly present in the database.
+
+    .. change::
+       :tags: bug, mssql
+       :tickets: 513
+
+       Fixed issue where usage of the SQL Server ``mssql_include`` option within a
+       :meth:`.Operations.create_index` would raise a KeyError, as the additional
+       column(s) need to be added to the table object used by the construct
+       internally.
 
 .. changelog::
     :version: 1.0.1
diff --git a/docs/build/unreleased/513.rst b/docs/build/unreleased/513.rst
deleted file mode 100644 (file)
index 87fe332..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
-   :tags: bug, mssql
-   :tickets: 513
-
-   Fixed issue where usage of the SQL Server ``mssql_include`` option within a
-   :meth:`.Operations.create_index` would raise a KeyError, as the additional
-   column(s) need to be added to the table object used by the construct
-   internally.
diff --git a/docs/build/unreleased/515.rst b/docs/build/unreleased/515.rst
deleted file mode 100644 (file)
index 73cf85d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-.. change::
-   :tags: bug, autogenerate
-   :tickets: 515
-
-   The ``system=True`` flag on :class:`.Column`, used primarily in conjunction
-   with the Postgresql "xmin" column, now renders within the autogenerate
-   render process, allowing the column to be excluded from DDL.  Additionally,
-   adding a system=True column to a model will produce no autogenerate diff as
-   this column is implicitly present in the database.