Skip to content

Enable/disable logging actions (Create, Update, Delete) on specific Models #424

Open
@rptmat57

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions