]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Backported adjustment to ``__repr__`` for
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Feb 2013 22:00:32 +0000 (17:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Feb 2013 22:00:32 +0000 (17:00 -0500)
commitb517e974e0d3eb4f89c724f9a1e865dc35824c7f
treee1dc0f95fbf4d7da679d2922e8c1d62f3bc65872
parent11efa216e5ff17fc48b22d27e21194ed7ff8edb1
Backported adjustment to ``__repr__`` for
:class:`.TypeDecorator` to 0.7, allows :class:`.PickleType`
to produce a clean ``repr()`` to help with Alembic.
[ticket:2594] [ticket:2584]
doc/build/changelog/changelog_07.rst
lib/sqlalchemy/types.py
lib/sqlalchemy/util/langhelpers.py
test/sql/test_types.py