soynatan / django-easy-audit

Yet another Django audit log app, hopefully the simplest one.
GNU General Public License v3.0
735 stars 182 forks source link

Feature Request #262

Open breakiboy opened 1 year ago

breakiboy commented 1 year ago

Hi,

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

Kind regards ezy

samamorgan commented 9 months ago

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.