]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- add a changelog for the legacy_schema_aliasing warning issue,
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Jun 2015 22:09:50 +0000 (18:09 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Jun 2015 22:09:50 +0000 (18:09 -0400)
the fix was committed in 229f8672.

docs/build/changelog.rst

index 9c06825459fb53499114828235af9eaf3a025f4c..193c87fcea82003aae11143eded50f8a24d2fed4 100644 (file)
@@ -25,6 +25,13 @@ Changelog
       directive, even though they render within a full
       ``ForeignKeyConstraint`` directive.
 
+    .. change::
+      :tags: bug, tests
+
+      Repaired warnings that occur when running unit tests against
+      SQLAlchemy 1.0.5 or greater involving the "legacy_schema_aliasing"
+      flag.
+
 .. changelog::
     :version: 0.7.6
     :released: May 5, 2015