Pyramid-formencode-classic

Latest version: v0.9.1

Safety actively analyzes 723359 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

0.3.0

Python3
removed deprecated functions

* FormStash.html_error_main
* formerrors_set
* formerrors_clear
* init_request

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

0.2.1

2018.07.11
added debugtoolbar support

0.2.0

2018.07.10
This release is focused on simplifying the API and some performance improvements
Many previously deprecated functions have been removed
Some utility functions have been removed as well
Your project may not be compatible without some simple modifications, if so - peg to a release UNDER 0.2.0

- replaced `html_error_main`:
legacy functionality is via `render_html_error_main`
- nested logging under `if __debug__` for cpython optimization
- new
includeme pyramid configuration hook
formatter- formatter_empty_string
formatter- formatter_hidden
formatter- formatter_comment (was formatter_none)
FormStash.set_html_error_placeholder_template
FormStash.set_html_error_placeholder_form_template
FormStash.html_error_placeholder()
FormStash.render_html_error_main() was FormStash.html_error_main()
form_reprint now accepts 'error_formatters' kwarg

- removed functions
set_form
get_form
_form_ensure
- removed deprecated methods
FormStash.hasError use has_error
FormStash.cssError use css_error
FormStash.htmlError use html_error
FormStash.htmlErrorMain use html_error_main
FormStash.getError use get_error
FormStash.setError use set_error
FormStash.clearError use clear_error
- removed deprecated kwargs:
FormStash.html_error_main(section=) use field
FormStash.set_error(section=) use field
FormStash.set_error(raise_form_invalid=) use raise_FormInvalid
FormStash.set_error(raise_field_invalid=) use raise_FieldInvalid
FormStash.clear_error(section=) use field
formerrors_set(section=) use field
formerrors_set(raise_form_invalid=) use raise_FormInvalid
formerrors_set(raise_field_invalid=) use raise_FieldInvalid
form_validate(raise_form_invalid=) use raise_FormInvalid
form_validate(raise_field_invalid=) use raise_FieldInvalid
- marked as deprecated
init_request
use the pyramid includeme instead
the new version invokes the modern method
formerrors_set
formerrors_clear
formatters.formatter_none
FormStash.html_error_main()
use either:
* FormStash.html_error_placeholder()
* FormStash.render_html_error_main()

0.1.10

2017.08.16
- added `html_error_main_fillable` method to FormStash

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.