Ronny Pfannschmidt
unread,Apr 13, 2012, 12:21:53 PM4/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to couch...@googlegroups.com
hi,
currently the behavior of is based on a boolean and it always changes the classes of the schema classes
by assinging to cls._allow_dynamic_properties
think that is rather problematic
i would like to propose slowly phasing it into not changing the classes unless requested,
(default of None, and not setting of the parameter if it is None)
and maybe creating dynamic/static subclasses of the static/dynamic classes that where given
ideally the parameter would eventually get removed, and one would have to use something more explicit like make_dynamic(StaticDocument) or make_static(DynamicDocument) when passing the schema
-- Ronny