]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
version note
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Oct 2012 19:39:39 +0000 (15:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Oct 2012 19:39:39 +0000 (15:39 -0400)
lib/sqlalchemy/engine/interfaces.py

index c6012016604e93d82e87fce8f56c9377bbf0ac00..b1356489f8339100e0f95922cc1a0062a8198e6d 100644 (file)
@@ -686,6 +686,9 @@ class Compiled(object):
 
         :param compile_kwargs: additional kwargs that will be
          passed to the initial call to :meth:`.Compiled.process`.
+
+         .. versionadded:: 0.8
+
         """
 
         self.dialect = dialect