I have a model in Django that have the created_at and updated_at fields.
created_at
updated_at
I implement certain functionality that depends on those dates, so I wan