diff --git a/VERSION b/VERSION index 3ab99c29..31db9681 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.8.2-stable+timestamp.2014.01.07.02.13.10 +Version 2.8.2-stable+timestamp.2014.01.08.10.23.41 diff --git a/gluon/validators.py b/gluon/validators.py index 1bf11af4..436e96c0 100644 --- a/gluon/validators.py +++ b/gluon/validators.py @@ -2787,6 +2787,8 @@ class LazyCrypt(object): temp_pass = simple_hash(self.password, key, '', digest_alg) return temp_pass == stored_password + def __ne__(self, other): + return not self.__eq__(other) class CRYPT(object): """