forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
^^^^^^^^^^^^^^^^^^ - 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``.
- Loading branch information
rodent
committed
Oct 5, 2014
1 parent
6e1ebd8
commit d6f87d2
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.2 2014/06/26 01:19:04 rodent Exp $ | ||
$NetBSD: distinfo,v 1.3 2014/10/05 22:22:49 rodent Exp $ | ||
|
||
SHA1 (validators-0.6.0.tar.gz) = 9360456ae5598aa7ca8b7a78feb54c48ca8172f8 | ||
RMD160 (validators-0.6.0.tar.gz) = ef772ce8db64f33e6fc763d18b331507f64aaaa6 | ||
Size (validators-0.6.0.tar.gz) = 16400 bytes | ||
SHA1 (validators-0.7.tar.gz) = 475dbe957353a2245d7a9c28f8e74afe5e764a17 | ||
RMD160 (validators-0.7.tar.gz) = 39fd4a03a8d845b636195cb9bd2b5ae6affe0013 | ||
Size (validators-0.7.tar.gz) = 16931 bytes |