]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed `__repr__()` on mapper property constructs
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Apr 2013 23:37:56 +0000 (19:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Apr 2013 23:37:56 +0000 (19:37 -0400)
commit6e2bfaf769c429021d5ab6716f2fcdcd327c2627
tree2e55e561c66a45dd1a3c678952a111f216127e7c
parenta0e95869a4a17cc1c162341a05d0c8a04a398f55
Fixed `__repr__()` on mapper property constructs
to work before the object is initialized, so
that Sphinx builds with recent Sphinx versions
can read them.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/interfaces.py