From 4f193b63c43fd6fb308eb1d0898dfbb7652350ce Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 16 May 2023 14:03:02 -0700 Subject: [PATCH] 6347 comment --- netbox/utilities/counter.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/netbox/utilities/counter.py b/netbox/utilities/counter.py index 89245dfd2..57c770c2d 100644 --- a/netbox/utilities/counter.py +++ b/netbox/utilities/counter.py @@ -7,6 +7,9 @@ counters = {} class Counter(object): + """ + Used with CounterCacheField to add signals to track related model counts. + """ counter_name = None foreign_key_field = None child_model = None