Models¶ class mixins.models.TimeStampMixin(*args, **kwargs)¶ This is an abstract class for managing when a model instance is created and when it is modified. date_created¶ The date the model was created. Type: str date_modified¶ The date the model was modified. Type: str