AbstractBaseEighthModel¶
Qualified name: intranet.apps.eighth.models.AbstractBaseEighthModel
- class intranet.apps.eighth.models.AbstractBaseEighthModel(*args, **kwargs)[source]¶
Bases:
Model
Abstract base model that includes created and last modified times. .. attribute:: created_time
The time the model was created
- type:
datetime
- last_modified_time¶
The time the model was last modified.
- Type:
datetime
- Parameters:
created_time (DateTimeField) – Created time
last_modified_time (DateTimeField) – Last modified time
Methods
Attributes
created_time
Type:
DateTimeField
Type:
DateTimeField