Searched refs:VariableHistory (Results 1 – 6 of 6) sorted by relevance
242 class VariableHistory(object): class248 new = VariableHistory(self.dataroot)429 self.varhistory = VariableHistory(self)
61 if not hasattr(bb.data_smart.VariableHistory, name):
38 - bitbake: data_smart: Improve performance for VariableHistory
32 - bitbake: data_smart: Improve performance for VariableHistory
31 from orm.models import Variable, VariableHistory854 varhist_objects.append(VariableHistory( variable = variable_obj,859 VariableHistory.objects.bulk_create(varhist_objects)
1797 class VariableHistory(models.Model): class