diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-21 11:47:43 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-21 11:47:43 -0400 |
| commit | b5ab6d4107a7204fae2c4887c0c05c447a38a5db (patch) | |
| tree | a281b245565aad5201d83d0cb97f545c5b07a757 /doc | |
| parent | 3a536ad1bad3efc272ade2914b3418844fe46b57 (diff) | |
| download | sqlalchemy-b5ab6d4107a7204fae2c4887c0c05c447a38a5db.tar.gz | |
- identify [ticket:2710] as a regression from [ticket:2229], doesn't
need to be in 0.7.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_07.rst | 8 | ||||
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 3 |
2 files changed, 2 insertions, 9 deletions
diff --git a/doc/build/changelog/changelog_07.rst b/doc/build/changelog/changelog_07.rst index 08f5cd94c..c650e769f 100644 --- a/doc/build/changelog/changelog_07.rst +++ b/doc/build/changelog/changelog_07.rst @@ -8,14 +8,6 @@ .. change:: :tags: bug, orm - :tickets: 2710 - - Fixed bug where many-to-many relationship with uselist=False - would fail to delete the association row and raise an error - if the scalar attribute were set to None. - - .. change:: - :tags: bug, orm :tickets: 2699 Fixed bug when a query of the form: diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index eab1c2f9e..175eae66c 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -12,7 +12,8 @@ Fixed bug where many-to-many relationship with uselist=False would fail to delete the association row and raise an error - if the scalar attribute were set to None. Also in 0.7.11. + if the scalar attribute were set to None. This was a + regression introduced by the changes for :ticket:`2229`. .. change:: :tags: bug, orm |
