diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-11 19:37:56 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-11 19:37:56 -0400 |
| commit | 6e2bfaf769c429021d5ab6716f2fcdcd327c2627 (patch) | |
| tree | 2e55e561c66a45dd1a3c678952a111f216127e7c /doc | |
| parent | a0e95869a4a17cc1c162341a05d0c8a04a398f55 (diff) | |
| download | sqlalchemy-6e2bfaf769c429021d5ab6716f2fcdcd327c2627.tar.gz | |
Fixed `__repr__()` on mapper property constructs
to work before the object is initialized, so
that Sphinx builds with recent Sphinx versions
can read them.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 8df055e10..13c044351 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,14 @@ :version: 0.8.1 .. change:: + :tags: bug, orm + + Fixed `__repr__()` on mapper property constructs + to work before the object is initialized, so + that Sphinx builds with recent Sphinx versions + can read them. + + .. change:: :tags: bug, sql, postgresql The _Binary base type now converts values through |
