soynatan/django-easy-audit

Feature Request

breakiboy opened this issue · 1 comments

Hi,

Is there a possibility to add track a model but ignore some fields on it?

Kind regards
ezy

I'm not 100% sure on this, but I believe you could do this yourself by providing your own logging backend. You'd modify the crud_info that's passed to YourCustomLogger.crud. See DJANGO_EASY_AUDIT_LOGGING_BACKEND in the readme for more info.