Searched refs:VariableHistory (Results 1 – 4 of 4) sorted by relevance
231 class VariableHistory(object): class237 new = VariableHistory(self.dataroot)420 self.varhistory = VariableHistory(self)
60 if not hasattr(bb.data_smart.VariableHistory, name):
31 from orm.models import Variable, VariableHistory851 varhist_objects.append(VariableHistory( variable = variable_obj,856 VariableHistory.objects.bulk_create(varhist_objects)
1800 class VariableHistory(models.Model): class