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

feat: Set list_display in admin view for each event #286

Open jjacarillo opened 7 months ago

jjacarillo commented 7 months ago

Add new settings: DJANGO_EASY_AUDIT_CRUD_EVENT_LIST_DISPLAY , DJANGO_EASY_AUDIT_LOGIN_EVENT_LIST_DISPLAY , DJANGO_EASY_AUDIT_REQUEST_EVENT_LIST_DISPLAY

PR: https://github.com/soynatan/django-easy-audit/pull/278