summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-04-11 19:37:56 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-04-11 19:37:56 -0400
commit6e2bfaf769c429021d5ab6716f2fcdcd327c2627 (patch)
tree2e55e561c66a45dd1a3c678952a111f216127e7c /doc
parenta0e95869a4a17cc1c162341a05d0c8a04a398f55 (diff)
downloadsqlalchemy-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.rst8
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