django-auditlog

Using django-auditlog, how can I display the 'actor_id' for a particular model?

Using django-auditlog, how can I display the 'actor_id' for a particular model? Question: I have created a simple Django application to display individual articles. These articles have a number of fields that users can edit. I am using the package ‘django-auditlog’ to log changes to these article models. So far, I have simply followed the …

Total answers: 2

auditlog with Django and DRF

auditlog with Django and DRF Question: I need to implement auditlog feature in one of my project which is using Django 1.8 and Django-Rest-Framework 3.2.2. I have extended BaseUserManager class to create user model since I had to use email as a username in my application ( if this information matters ). Below is my …

Total answers: 6