using cakephp in the past, one thing (maybe the only thing?), I liked that she had the ability to create a βcreateβ and βupdateβ timestamp, which was beautiful - just put it when you first added the item, the creation date was installed (assuming you named it correctly - create_date, I think)
At any time after this, if the update was completed, the βupdateβ field was set to the current time.
Does django have this? If so, what / how can I name the fields to make them pick them up?
source
share