one more null boolean
parent
ef62d59dd0
commit
7e3e1655e1
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue