.. _validators_module: :mod:`tw.forms.validators` ========================== The majority of validators come directly from `FormEncode`_. However, tw.forms overrides some, and provides some additional validators. It is recommended to always access validators through tw.forms.validators (rather than importing FormEncode directly), to ensure any overrides in tw.forms are applied. Only the tw.forms validators are documented here; consult the FormEncode documentation for others. .. _FormEncode: http://www.formencode.org/ :class:`DateTimeConverter` -------------------------- .. autoclass:: tw.forms.validators.DateTimeConverter :class:`UnicodeString` ---------------------- .. autoclass:: tw.forms.validators.UnicodeString :class:`SecureTicketValidator` ------------------------------ .. autoclass:: tw.forms.validators.SecureTicketValidator