diff options
Diffstat (limited to 'lib/sqlalchemy/ext')
| -rw-r--r-- | lib/sqlalchemy/ext/selectresults.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/ext/selectresults.py b/lib/sqlalchemy/ext/selectresults.py index 93698a5e0..c2ad40917 100644 --- a/lib/sqlalchemy/ext/selectresults.py +++ b/lib/sqlalchemy/ext/selectresults.py @@ -99,7 +99,7 @@ class SelectResults(object): new = self.clone() new._ops['from_obj'] = from_obj return new - + def join_to(self, prop): """join the table of this SelectResults to the table located against the given property name. |
