DRY way to add created/modified by and time

Having something like created_by created_date modified_by modified_date Would be a very common pattern for a lot of tables. 1) You can set created date automatically (but not others) in model.py