diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-06 21:07:20 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-10-06 21:07:20 -0400 |
| commit | d91449361654385edde382776e0dc5639047a1a8 (patch) | |
| tree | fb99425bd4ba5425bcc85c71c558410a5558647e /lib/sqlalchemy/orm/interfaces.py | |
| parent | 22d5a1e415d603d253870719466152b9e817e1e5 (diff) | |
| download | sqlalchemy-d91449361654385edde382776e0dc5639047a1a8.tar.gz | |
- add some tests for propagate of wildcard lazyload
Diffstat (limited to 'lib/sqlalchemy/orm/interfaces.py')
| -rw-r--r-- | lib/sqlalchemy/orm/interfaces.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/sqlalchemy/orm/interfaces.py b/lib/sqlalchemy/orm/interfaces.py index f61396750..18723e4f6 100644 --- a/lib/sqlalchemy/orm/interfaces.py +++ b/lib/sqlalchemy/orm/interfaces.py @@ -430,9 +430,6 @@ class StrategizedProperty(MapperProperty): # that the path is stated in terms of our base search_path = dict.__getitem__(path, self) - #if self.key == "email_address": - # import pdb - # pdb.set_trace() # search among: exact match, "attr.*", "default" strategy # if any. for path_key in ( |
