]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Jun 2013 20:47:16 +0000 (16:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Jun 2013 20:47:16 +0000 (16:47 -0400)
doc/build/changelog/changelog_09.rst

index 98577a02e0bc353f37c0d740c4bb9a1248daef3c..a6c6571c8d2272c4d020f845327fe712c5e0390d 100644 (file)
@@ -6,6 +6,14 @@
 .. changelog::
     :version: 0.9.0
 
+    .. change::
+        :tags: bug, examples
+
+        Fixed an issue with the "versioning" recipe whereby a many-to-one
+        reference could produce a meaningless version for the target,
+        even though it was not changed, when backrefs were present.
+        Patch courtesy Matt Chisholm.  Also in 0.8.2.
+
     .. change::
         :tags: feature, postgresql
         :tickets: 2072