From 6af6dfda1a552b0228a312a99cc6b3c2463098ba Mon Sep 17 00:00:00 2001 From: Matthew McKenzie <97194636+mattjamc@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:33:12 +0000 Subject: [PATCH] Update models.py Remove comment as not confident enough to make this comment to all --- quotas/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotas/models.py b/quotas/models.py index 68c78ddaf..475e2100e 100644 --- a/quotas/models.py +++ b/quotas/models.py @@ -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,