storborg / pyramid_uniform

Form handling for Pyramid
Other
2 stars 2 forks source link

Accessing form.data should conditionally throw FormNotValidated #4

Closed storborg closed 10 years ago

storborg commented 10 years ago

Access to form.data should be protected in the same way that calls to form.bind() are. If an attempt is made to access form.data before the form has been validated, throw FormNotValidated.

storborg commented 10 years ago

Done in 1cab8986