Bertrand Lecervoisier

Show:

What's happening?

  • Comment: prefix_error=False Does Not Work with File Fields

    I also confirm this bug when using FieldStorageUploadConverter validator == How to reproduce == Create a shema like this : class ImageForm(formencode.Schema): allow_extra_fields = True filter_extra_fields = True image_file = FieldStorageUploadConverter(not_empty=True) Then add the validator to the controler like : @validate(schema=forms.ImageForm(), form="new"...

    2009-07-24 13:36:13 UTC in FormEncode for Python

  • Email validator give a wrong error in case of no @

    How to reprodruce : 1) add schema with a formencode.validators.Email validator 2) create yous controles & templates with it 3) fill the form with somethin without the @ carracter for example 'some thing' --> The error validation message complain then because there is more than one @ in the email, but the message must be complaining because there is no @ at all.

    2009-07-14 09:39:34 UTC in FormEncode for Python

About Me

  • 2002-06-17 (8 years ago)
  • 564662
  • miniwark (My Site)
  • Bertrand Lecervoisier

Send me a message