From 8e4bc72fca561ae7bce885c5752c67548db55d35 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 3 May 2013 08:27:35 -0500 Subject: [PATCH] IS_IPADDRESS added to __all__ --- VERSION | 2 +- gluon/validators.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 4928b86a..d0b50b4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.6-stable+timestamp.2013.05.02.20.31.34 +Version 2.4.6-stable+timestamp.2013.05.03.08.26.50 diff --git a/gluon/validators.py b/gluon/validators.py index 10372728..ff784d05 100644 --- a/gluon/validators.py +++ b/gluon/validators.py @@ -51,6 +51,7 @@ __all__ = [ 'IS_INT_IN_RANGE', 'IS_IPV4', 'IS_IPV6', + 'IS_IPADDRESS', 'IS_LENGTH', 'IS_LIST_OF', 'IS_LOWER',