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
Lots of changes since the last official release. See the changelog for more information. Amongst the big changes is the addition of tables, menus and commands.
check AnyOf and NoneOf for list of values, not just list of validation functions. Allows
saying: NoneOfValidator(['foo', 'bar'])
put cleaners, convertors and validators in alphabetic order in the documentation
v0.2.11:
required option was backwards... fixed
added last_word style for CapitalizeCleaner
added isstring function to input_utils for detecting strings (and string-like things). This should
handle strings (str, unicode, raw, bytes, etc.) more robustly, including sub-classes.
added print_function futures import so error_callback works in Python 2.x