From b5ab6d4107a7204fae2c4887c0c05c447a38a5db Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 21 Apr 2013 11:47:43 -0400 Subject: [PATCH] - identify [ticket:2710] as a regression from [ticket:2229], doesn't need to be in 0.7. --- doc/build/changelog/changelog_07.rst | 8 -------- 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 08f5cd94c6..c650e769f5 100644 --- a/doc/build/changelog/changelog_07.rst +++ b/doc/build/changelog/changelog_07.rst @@ -6,14 +6,6 @@ .. changelog:: :version: 0.7.11 - .. 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 diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index eab1c2f9e2..175eae66c4 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 -- 2.47.3