Description
Hi,
First of all, thank you for this excellent app. I love how simple yet powerful this is.
My favorite part is being able to configure everything in settings.py
so each users of a django project can decide if/what they want to track.
I was wondering if there is already a way (couldn't find it in the docs) to skip logs for Creation or Deletion of objects, or to only log Update actions.
One example would be having a lot of "read-only" type objects in a project where we don't want to clog the audit log table with all the creation of objects, but simply see when one is changed.
(even though I mentioned read-only, some objects can still be edited in the django admin interface).
If it doesn't exist yet, maybe this could be implemented as a list of Action IDs that could be set on a model.
Thanks again for the great work!
Activity