]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog for 0.7
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Feb 2013 22:00:54 +0000 (17:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Feb 2013 22:00:54 +0000 (17:00 -0500)
doc/build/changelog/changelog_07.rst

index b1e2252a8b8a34f8efb738af7759ac035ed7c477..2de3d6f1b28705fa039716246f2d1c18745b58a9 100644 (file)
@@ -8,6 +8,14 @@
     :version: 0.7.10
     :released:
 
+    .. change::
+        :tags: sql, bug
+        :tickets: 2594, 2584
+
+        Backported adjustment to ``__repr__`` for
+        :class:`.TypeDecorator` to 0.7, allows :class:`.PickleType`
+        to produce a clean ``repr()`` to help with Alembic.
+
     .. change::
         :tags: sql, bug
         :tickets: 2643