django-auditlog
django-auditlog copied to clipboard
Use `default` instead of `auto_now_add`?
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?