]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog, fixes #3027
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 9 Aug 2014 22:10:38 +0000 (18:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 9 Aug 2014 22:10:38 +0000 (18:10 -0400)
doc/build/changelog/changelog_10.rst

index e4671ed9bac89e48adf519050051bace9759bde8..1d501f85be7b34b74478460f10da1c145e0aaaf6 100644 (file)
 .. changelog::
        :version: 1.0.0
 
+    .. change::
+        :tags: sql, feature
+        :tickets: 3027
+        :pullrequest: bitbucket:29
+
+        The :paramref:`.Table.autoload_with` flag now implies that
+        :paramref:`.Table.autoload` should be ``True``.  Pull request
+        courtesy Malik Diarra.
+
     .. change::
         :tags: mysql, bug