Searched refs:VariableHistory (Results 1 – 4 of 4) sorted by relevance
242 class VariableHistory(object): class248 new = VariableHistory(self.dataroot)431 self.varhistory = VariableHistory(self)
61 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)
1797 class VariableHistory(models.Model): class