diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-06-26 14:58:42 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-06-26 14:58:42 -0400 |
| commit | f2cf62090c4f9812bf4a57a9f68172b1b2eafd6c (patch) | |
| tree | d307939815e99897d034a09cdc2dbea5d607bc2a /doc | |
| parent | feda84e5b2c4e3dd313a5fce7c4e5c0cdfd9851e (diff) | |
| download | sqlalchemy-f2cf62090c4f9812bf4a57a9f68172b1b2eafd6c.tar.gz | |
- Fixed bug involving dynamic attributes, that was again a regression
of :ticket:`3060` from verision 0.9.5. A self-referential relationship
with lazy='dynamic' would raise a TypeError within a flush operation.
fixes #3099
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 3c7772b28..56d43a9e6 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,14 @@ :released: .. change:: + :tags: bug, orm + :tickets: 3099 + + Fixed bug involving dynamic attributes, that was again a regression + of :ticket:`3060` from verision 0.9.5. A self-referential relationship + with lazy='dynamic' would raise a TypeError within a flush operation. + + .. change:: :tags: bug, declarative :tickets: 3097 :versions: 1.0.0 |
