6347 comment

This commit is contained in:
Arthur 2023-05-16 14:03:02 -07:00
parent 73c9d8584a
commit 4f193b63c4

View File

@ -7,6 +7,9 @@ counters = {}
class Counter(object): class Counter(object):
"""
Used with CounterCacheField to add signals to track related model counts.
"""
counter_name = None counter_name = None
foreign_key_field = None foreign_key_field = None
child_model = None child_model = None