Home
last modified time | relevance | path

Searched refs:fields_included (Results 1 – 1 of 1) sorted by relevance

/dports/www/py-django-simple-history/django-simple-history-2.12.0/simple_history/
H A Dmodels.py239 def fields_included(self, model): member in HistoricalRecords
252 for field in self.fields_included(model):
444 model, self.fields_included(model)
501 for field in self.fields_included(instance):
582 def __init__(self, model, fields_included): argument
584 self.fields_included = fields_included
587 values = {f.attname: getattr(instance, f.attname) for f in self.fields_included}