django-auditlog icon indicating copy to clipboard operation
django-auditlog copied to clipboard

Use `default` instead of `auto_now_add`?

Open crazyscientist opened this issue 6 years ago • 0 comments

Hi there,

this is more like a question.

I'm looking into the possibilities of importing old data (that will be needed when going productive with the app) into the auditlog's model and was wondering if having a default for the timestamp instead of the auto_now_add would be a good idea?

crazyscientist avatar Jan 14 '19 16:01 crazyscientist