From: Mike Bayer Date: Sun, 18 Aug 2013 20:10:46 +0000 (-0400) Subject: changelog adjust... X-Git-Tag: rel_0_8_3~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22cd5c5cd588f7ff70d504a48c33704271973a03;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog adjust... --- diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 3bfd817f1f..96983e5bf1 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -11,7 +11,7 @@ :tickets: 2779 Backported a change from 0.9 whereby the iteration of a hierarchy - of mappers used in polymorphic inheritance loads is sorted on class name, + of mappers used in polymorphic inheritance loads is sorted, which allows the SELECT statements generated for polymorphic queries to have deterministic rendering, which in turn helps with caching schemes that cache on the SQL string itself.