From 6e2bfaf769c429021d5ab6716f2fcdcd327c2627 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 11 Apr 2013 19:37:56 -0400 Subject: 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 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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 @@ -6,6 +6,14 @@ .. changelog:: :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 -- cgit v1.2.1