Models¶
Abstract model to track when an instance was created/updated and by whom.
datetimefor when this object was first created.
User who first created this object (required).
A custom
Model.save()method that appropriately populates authorship fields.
datetimefor when this object was last saved.
User who last saved this object (required).