Commit graph

3 commits

Author SHA1 Message Date
rodent
2181c014fc 0.7.0 (2014-09-07)
^^^^^^^^^^^^^^^^^^

- Fixed errors in code examples.
- Fixed ``TypeError`` when using ``between`` validator with ``datetime`` objects
  like in the code example.
- Changed validators to always return ``True`` instead of a truthy object when
  the validation succeeds.
- Fixed ``truthy`` validator to work like it's name suggests. Previously it
  worked like ``falsy``.
2014-10-05 22:22:49 +00:00
rodent
b35eb70e42 This version fixes an issue with other packages from the same upstream
provider regarding files being installed to ${PYSITELIB}/tests/. The
others have yet to be imported, but let's fix this now. From CHANGES.rst:

0.6.0 (2014-06-25)
^^^^^^^^^^^^^^^^^^

- Added new validator: slug
2014-06-26 01:19:04 +00:00
rodent
78391d6fdc Import py27-validators-0.5.0 as textproc/py-validators.
Python has all kinds of data validation tools, but every one of them seems to
require defining a schema / form. This is a simple validation library where
validating a simple value does not require defining a form or a schema.
2014-06-14 14:35:09 +00:00