one more null boolean

pull/1/head
eric 2016-04-09 13:26:42 -04:00
parent ef62d59dd0
commit 7e3e1655e1
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class Transaction(models.Model):
extra = JSONField(null=True, default={})
# whether the user wants to be not listed publicly
anonymous = models.BooleanField(null=False)
anonymous = models.BooleanField(default=False)
@property
def tier(self):