- fix a typo that was apparently not really impacting anything

This commit is contained in:
Mike Bayer
2010-09-25 16:19:49 -04:00
parent cb610d783e
commit f1648baa4b
+1 -1
View File
@@ -2201,7 +2201,7 @@ class FromClause(Selectable):
def _reset_exported(self):
"""delete memoized collections when a FromClause is cloned."""
for attr in '_columns', '_primary_key_foreign_keys', \
for attr in '_columns', '_primary_key', '_foreign_keys', \
'locate_all_froms':
self.__dict__.pop(attr, None)