diff -r eb681a030699 -r 4ee15441f2eb entities/__init__.py --- a/entities/__init__.py Mon Jun 22 14:15:16 2015 +0200 +++ b/entities/__init__.py Mon Jun 22 14:27:37 2015 +0200 @@ -68,7 +68,7 @@ if rschema.meta: continue value = self.cw_attr_value(rschema.type) - if value: + if value is not None: # make the value printable (dates, floats, bytes, etc.) return self.printable_value(rschema.type, value, attrschema.type, format='text/plain')