From dccdff721c9d9b5fed5dc5124479f21f723c153c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 14 Aug 2011 11:36:17 -0400 Subject: - add docstrings for defer(), undefer(), improve name "keys" to be "key" to reduce confusion, [ticket:2250] --- lib/sqlalchemy/orm/interfaces.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/sqlalchemy/orm/interfaces.py') 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 -- cgit v1.2.1