django-auditlog 3.0.0
0
Audit log app for Django
Contents
Audit log app for Django
Stars: 1131, Watchers: 1131, Forks: 410, Open Issues: 81The jazzband/django-auditlog
repo was created 10 years ago and the last code push was 5 days ago.
The project is very popular with an impressive 1131 github stars!
How to Install django-auditlog
You can install django-auditlog using pip
pip install django-auditlog
or add it to a project with poetry
poetry add django-auditlog
Package Details
- Author
- Jan-Jelle Kester
- License
- MIT
- Homepage
- https://github.com/jazzband/django-auditlog
- PyPi:
- https://pypi.org/project/django-auditlog/
- Documentation:
- https://django-auditlog.readthedocs.io
- GitHub Repo:
- https://github.com/jazzband/django-auditlog
Classifiers
Related Packages
Errors
A list of common django-auditlog errors.
Code Examples
Here are some django-auditlog
code examples and snippets.
GitHub Issues
The django-auditlog package has 81 open issues on GitHub
- Custom signal post_log is triggered even when LogEntry is not created
- Fix unnecessary log when adding already existed m2m record
- [pre-commit.ci] pre-commit autoupdate
- Actor doesn't save when using raw data or json authentication
- Serializing fields with F expressions doesn't work
- Problems with installing fixtures when running test suite
- serialized_data not included when m2m field changes
- Users can't remove their own account because of actor field
- Automatic Logging doesn't log the Actor