From b2a0b6091de5c7e4443acd83599f7bf39202ee74 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 24 Nov 2010 12:27:22 -0500 Subject: [PATCH] this is new --- lib/sqlalchemy/ext/sqlsoup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sqlalchemy/ext/sqlsoup.py b/lib/sqlalchemy/ext/sqlsoup.py index 3cca2c93fb..9ff503dfa7 100644 --- a/lib/sqlalchemy/ext/sqlsoup.py +++ b/lib/sqlalchemy/ext/sqlsoup.py @@ -619,6 +619,8 @@ class SqlSoup(object): This is the "master" method that can be used to create any configuration. + (new in 0.6.6) + :param attrname: String attribute name which will be established as an attribute on this :class:.`.SqlSoup` instance. -- 2.47.3