You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It’s a form library with a bunch of weird baggage attached. What most interests me is the colander library powering it, which claims to support generic de/serialization from Python objects to anything. I’m really really picky about how my HTML forms look, so maybe I can beat this into shape more easily. wtforms often requires a lot of deep hackery for things they didn’t design it for, and I don’t really trust a lot of the custom fields I have now.
Redmine metadata:
Updated on: 2011/04/28 06:03:43 +0000
Start date: 2011/04/28
The text was updated successfully, but these errors were encountered:
Reported by Eevee on 2011/04/28 06:03:43 +0000 · Migrated from Redmine issue 614
http://docs.pylonsproject.org/projects/deform/dev/
It’s a form library with a bunch of weird baggage attached. What most interests me is the colander library powering it, which claims to support generic de/serialization from Python objects to anything. I’m really really picky about how my HTML forms look, so maybe I can beat this into shape more easily. wtforms often requires a lot of deep hackery for things they didn’t design it for, and I don’t really trust a lot of the custom fields I have now.
The text was updated successfully, but these errors were encountered: