diff options
Diffstat (limited to 'lib/sqlalchemy/ext/sqlsoup.py')
-rw-r--r-- | lib/sqlalchemy/ext/sqlsoup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqlalchemy/ext/sqlsoup.py b/lib/sqlalchemy/ext/sqlsoup.py index 3cca2c93f..9ff503dfa 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. |