diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-12 12:49:57 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-12 12:49:57 -0500 |
| commit | ace7bdbc78571619cb103d57a188fbe6aa92b627 (patch) | |
| tree | daa52736c7bcd396894d405d05374550d0693783 /doc | |
| parent | 9bef2001a604b520a82abc65cf95790211d36106 (diff) | |
| download | sqlalchemy-ace7bdbc78571619cb103d57a188fbe6aa92b627.tar.gz | |
- 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]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ -9,6 +9,19 @@ :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 .. change:: |
