]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- identify [ticket:2710] as a regression from [ticket:2229], doesn't
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Apr 2013 15:47:43 +0000 (11:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Apr 2013 15:47:43 +0000 (11:47 -0400)
need to be in 0.7.

doc/build/changelog/changelog_07.rst
doc/build/changelog/changelog_08.rst

index 08f5cd94c62b7ec17e39340590896ace443705b1..c650e769f5657718f62018d8b0b4cd12a4950517 100644 (file)
@@ -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
index eab1c2f9e2e34941d6c4dd37238939906e796fe2..175eae66c4ba03f3094cce5a3763d9695815f858 100644 (file)
@@ -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