From 96fb5b07559205837dfcece8ad38970cf76d21de Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 7 Apr 2013 19:37:32 -0500 Subject: [PATCH] pypi dal patch, thanks Niphlod --- Makefile | 1 + VERSION | 2 +- gluon/dal.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bbe0576c..adde6ea1 100644 --- a/Makefile +++ b/Makefile @@ -118,6 +118,7 @@ commit: push: hg push git push + git push --tags tag: git tag -l '$(S)' hg tag -l '$(S)' diff --git a/VERSION b/VERSION index e4bd7900..ee2dd506 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.6-stable+timestamp.2013.04.06.12.22.00 +Version 2.4.6-stable+timestamp.2013.04.07.19.36.49 diff --git a/gluon/dal.py b/gluon/dal.py index 46e395e7..dd81f5b4 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -8050,7 +8050,7 @@ class Reference(long): def __setattr__(self, key, value): if key.startswith('_'): - int.__setattr__(self, key, value) + long.__setattr__(self, key, value) return self.__allocate() self._record[key] = value