diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-07-03 15:38:26 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-07-03 15:38:26 -0400 |
commit | f9ec82d22f63a66f73f0cd3a5a548d79c1dccd0d (patch) | |
tree | 9c57956d9a8867cdbe929bf4e388004315ae2967 | |
parent | bc705e28cfd8b2ad5e309a64b33e19f21dd5c0ed (diff) | |
download | sqlalchemy-f9ec82d22f63a66f73f0cd3a5a548d79c1dccd0d.tar.gz |
dont need this
-rw-r--r-- | doc/build/changelog/changelog_08.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 29da708fc..cc1d5614f 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -207,7 +207,7 @@ Fixed the interaction between composite attributes and the :func:`.aliased` function. Previously, composite attributes wouldn't work correctly in comparison operations when aliasing - was applied. Also in 0.8.2. + was applied. .. change:: :tags: bug, mysql |