summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/interfaces.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-08-14 11:36:17 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2011-08-14 11:36:17 -0400
commitdccdff721c9d9b5fed5dc5124479f21f723c153c (patch)
tree08336d814ce87705fe05ced833c429a357770619 /lib/sqlalchemy/orm/interfaces.py
parentb412615bd99000e143d90e74b6dcae4d6b638f55 (diff)
downloadsqlalchemy-dccdff721c9d9b5fed5dc5124479f21f723c153c.tar.gz
- add docstrings for defer(), undefer(), improve name "keys" to be "key"
to reduce confusion, [ticket:2250]
Diffstat (limited to 'lib/sqlalchemy/orm/interfaces.py')
-rw-r--r--lib/sqlalchemy/orm/interfaces.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/interfaces.py b/lib/sqlalchemy/orm/interfaces.py
index 24aebcc7b..eec885aca 100644
--- a/lib/sqlalchemy/orm/interfaces.py
+++ b/lib/sqlalchemy/orm/interfaces.py
@@ -392,7 +392,8 @@ class MapperOption(object):
class PropertyOption(MapperOption):
"""A MapperOption that is applied to a property off the mapper or
- one of its child mappers, identified by a dot-separated key. """
+ one of its child mappers, identified by a dot-separated key
+ or list of class-bound attributes. """
def __init__(self, key, mapper=None):
self.key = key