]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog adjust...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Aug 2013 20:10:46 +0000 (16:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Aug 2013 20:10:46 +0000 (16:10 -0400)
doc/build/changelog/changelog_08.rst

index 3bfd817f1f2959e1a79023bbd6e452edfa8d39ac..96983e5bf140666939f71c291c88c86bf0c0a994 100644 (file)
@@ -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.