feat(config_management): Child History Models added to child model lists for config group hosts and software

ref: #605 #611 #637
This commit is contained in:
2025-02-16 22:16:30 +09:30
parent 4dd19ba22f
commit a67c3fb919

View File

@ -84,7 +84,10 @@ class ModelHistory(
child_history_models = [] child_history_models = [
'configgrouphostshistory',
'configgroupsoftwarehistory',
]
"""Child History Models """Child History Models
This list is currently used for excluding child models from the the history This list is currently used for excluding child models from the the history