diff --git a/apps/herd/models.py b/apps/herd/models.py index 06e2c0b..174b18d 100644 --- a/apps/herd/models.py +++ b/apps/herd/models.py @@ -129,7 +129,7 @@ class Rancher(BaseModel): ) without_herd = models.BooleanField(default=False) ignore_purchase_limit = models.BooleanField( - default=False, help_text="if its true rancher has not buy limitations" + default=True, help_text="if its true rancher has not buy limitations" ) dhi_state = models.BooleanField(default=False)