1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #9903: Implement a mechanism for automatically updating denormalized fields

This commit is contained in:
jeremystretch
2022-08-02 13:49:34 -04:00
parent 29a611c729
commit e96620260a
3 changed files with 56 additions and 0 deletions

View File

@@ -28,3 +28,4 @@ registry = Registry()
registry['model_features'] = {
feature: collections.defaultdict(set) for feature in EXTRAS_FEATURES
}
registry['denormalized_fields'] = collections.defaultdict(list)