accidentally released to pypi. deleted; should not be used.
0.3.1
* introduced kwarg `foreach_defense=True` to `form_validate`. enabled by default, this defends against situations where a `ForEach` implementation creates a list of errors instead of a single error. * redid description in `setup.py`
warn_user("`html_error_main` is deprecated for a major functionality change; " "it now proxies `html_error_placeholder`; " "legacy functionality is available via `render_html_error_main`." ) return self.html_error_placeholder(field=field) * formatter_none
updated how debugtoolbar panel is added
0.2.3
Unreleased Tracking form_reprint calls in __debug__ environment. TODO- make this a global config option
0.2.2
2018.07.11 packaging fixes: * changed formencode text to `formencode>=2.0.0a1` * updated install instructions * added panel templates to manifest.in