diff --git a/payment/models.py b/payment/models.py index e5b49786..8e953e2e 100644 --- a/payment/models.py +++ b/payment/models.py @@ -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):