storborg / pyramid_uniform

Form handling for Pyramid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessing form.data should conditionally throw FormNotValidated

storborg opened this issue · comments

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.