On Thu, Jan 7, 2010 at 6:12 AM, Mike Burrows (asplake) <[email protected]> wrote: > > While we're removing cruft, how often do people NOT need the first two > members below? As previously mentioned I'd like to get that last one > for free too. > > class BaseSchema(formencode.Schema): > """ > Base form schema > """ > allow_extra_fields = True > filter_extra_fields = True > pre_validators = [variabledecode.NestedVariables()]
You'd have to ask on the FormEncode list for this. I agree they'd be useful defaults. > [also: routes.Mapper(..., explicit=True); mapper.minimization=False - > where the framework defaults are kinda deprecated!] Added a ticket for this. http://bitbucket.org/bbangert/routes/issue/25/time-to-modernize-the-mapper-defaults -- Mike Orr <[email protected]>
-- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
