From ace7bdbc78571619cb103d57a188fbe6aa92b627 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 12 Dec 2013 12:49:57 -0500 Subject: - Error message when a string arg sent to :func:`.relationship` which doesn't resolve to a class or mapper has been corrected to work the same way as when a non-string arg is received, which indicates the name of the relationship which had the configurational error. [ticket:2888] --- doc/build/changelog/changelog_08.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc') diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 0902ff7e4..2cd9b5855 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -8,6 +8,19 @@ .. include:: changelog_07.rst :start-line: 5 +.. changelog:: + :version: 0.8.5 + + .. change:: + :tags: bug, declarative + :versions: 0.9.0b2 + :tickets: 2888 + + Error message when a string arg sent to :func:`.relationship` which + doesn't resolve to a class or mapper has been corrected to work + the same way as when a non-string arg is received, which indicates + the name of the relationship which had the configurational error. + .. changelog:: :version: 0.8.4 -- cgit v1.2.1