6347 make connect_counter auto-discoverable

This commit is contained in:
Arthur 2023-07-19 19:05:06 +07:00
parent b6e1abc629
commit 60155f0396

View File

@ -28,5 +28,4 @@ registry = Registry({
'search': dict(), 'search': dict(),
'views': collections.defaultdict(dict), 'views': collections.defaultdict(dict),
'widgets': dict(), 'widgets': dict(),
'cached_counter_fields': dict(),
}) })