]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for #3327 fixes #3327
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Mar 2015 16:18:58 +0000 (12:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Mar 2015 16:18:58 +0000 (12:18 -0400)
doc/build/changelog/changelog_10.rst

index 677a90167823815cdc9e587944f2fa502f65f64f..f8fd456f0064c6ebf1213894c4eaa76fcc28d284 100644 (file)
     .. include:: changelog_07.rst
         :start-line: 5
 
+.. changelog::
+    :version: 1.0.0b2
+
+    .. change::
+        :tags: bug, orm
+        :tickets: 3327
+        :pullreq: github:160
+
+        Fixed 1.0 regression from pullreq github:137 where Py2K unicode
+        literals (e.g. ``u""``) would not be accepted by the
+        :paramref:`.relationship.cascade` option.
+        Pull request courtesy Julien Castets.
+
+
 .. changelog::
     :version: 1.0.0b1
     :released: March 13, 2015