Skip to content

Commit

Permalink
fix: make to-be-deleted field nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
kiram15 committed Oct 17, 2024
1 parent a274850 commit 288e1ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enterprise/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4500,6 +4500,7 @@ class EnterpriseGroup(TimeStampedModel, SoftDeletableModel):
applies_to_all_contexts = models.BooleanField(
verbose_name="Set group membership to the entire org of learners.",
default=False,
null=True,
help_text=_(
"When enabled, all learners connected to the org will be considered a member."
)
Expand Down

0 comments on commit 288e1ea

Please sign in to comment.