rabin 7 years ago
parent
commit
bcff8b9ce1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      model.py

+ 1 - 1
model.py

@@ -125,7 +125,7 @@ class Model(object):
 					self.setUuid(field, col)
 				bind = False
 				val = self._attr[field].getArgv()
-				if val:
+				if val or val == False:
 					bind = True
 				else:
 					val = getattr(self, field)