Pyramid-formencode-classic

Latest version: v0.6.0

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

Scan your dependencies

Page 3 of 6

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

0.1.9

2017.08.14
- added `is_unicode_params` kwarg
- migrated version from setup.py to a package variable

0.1.8

2016.01.18
this was supposed to be released on 2015.09.01
- renaming `raise_form_invalid` to `raise_FormInvalid`
- renaming `raise_field_invalid` to `raise_FieldInvalid`

0.1.7

2015.08.27
- cleaning up how empty form submissions are tracked

0.1.6

2015.08.26
- deprecating 'section' kwarg for 'field'

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.