Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
Remove comment as not confident enough to make this comment to all
  • Loading branch information
mattjamc authored Dec 17, 2024
1 parent aa6ce31 commit 6af6dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quotas/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ class QuotaDefinition(TrackedModel, ValidityMixin):
"self",
through="QuotaAssociation",
through_fields=("main_quota", "sub_quota"),
) # Make sure to use this with .current() to filter out deleted objects
)

indirect_business_rules = (
business_rules.QA2,
Expand Down

0 comments on commit 6af6dfd

Please sign in to comment.