diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-14 14:15:46 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-14 14:15:46 -0400 |
commit | fe1a09029b6b92f8125d1e09cfdc9eea9f0f9024 (patch) | |
tree | 7eab33aa51b6cea42d3235f8071e12607e3804fe | |
parent | 6ca694610b6d3d791a6bde3daea6c80ef8373426 (diff) | |
download | sqlalchemy-fe1a09029b6b92f8125d1e09cfdc9eea9f0f9024.tar.gz |
on second thought we need to prioritize what really needs to be
here and what's just in changelog
-rw-r--r-- | doc/build/changelog/migration_10.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/build/changelog/migration_10.rst b/doc/build/changelog/migration_10.rst index 22005e062..cf81d41fd 100644 --- a/doc/build/changelog/migration_10.rst +++ b/doc/build/changelog/migration_10.rst @@ -114,13 +114,6 @@ alone:: :ticket:`3027` -``raise_on_warnings`` defaults to False for mysql-connector-python ------------------------------------------------------------------- - -The Mysql-connector-Python dialect now sets ``raise_on_warnings`` to -``False``, matching the default of the DBAPI itself. - -:ticket:`2515` New Features ============ |