django-auditlog icon indicating copy to clipboard operation
django-auditlog copied to clipboard

A Django app that keeps a log of changes made to an object.

Results 136 django-auditlog issues
Sort by recently updated
recently updated
newest added

Move the check for whether the user is authenticated from before registering `set_actor()` as the `pre_save` signal receiver in to `set_actor()`. This enables two things: 1. `remote_addr` in the `LogEntry`...

when I am passing a model or instance for LogEntryManagement.get_for_model(), I face this error

bug

use https://docs.djangoproject.com/en/3.2/topics/db/multi-db/ please

enhancement

Hi, documentation does not reflect it clearly and a few attemts does not work form me, so I decided to ask here. Is it possible and what is the suggested...

question
documentation

Good evening everybody, I tried to install django-auditlog on my development machine, which is behind a proxy actually. To achieve that I got the source code from pypi.org and issued...

- use TRUNCATE TABLE in auditlogflush command

We are using a primary/replica database configuration in our production environment described like here: https://docs.djangoproject.com/en/4.0/topics/db/multi-db/ I have an issue where LogEntry is written to the read-only database. After some research...

This is my first pull request. I hope this can help. Please let me know if you have any questions or better ideas on how to fix this. EXAMPLE ISSUE:...

Hi, thank you for providing so awsome software to log all user actions in django. but i met a problem, when i import data in django admin contral panel, auditlog...