django-auditlog/auditlog
2025-10-21 11:23:35 +02:00
..
management Change auditlogflush management command before_date query filter to apply the filter only on date part of timestamp (#384) 2022-06-08 16:47:13 +02:00
migrations Modify `change` field to be a json field. (#407) 2025-10-21 11:04:47 +02:00
__init__.py Drop support for Python 3.7 (#546) 2023-09-01 15:53:44 +00:00
admin.py Allow cascade deletion of auditlog entries (#556) 2023-09-01 15:50:51 +00:00
apps.py Complete translation with gettext_lazy (#474) 2022-12-14 11:31:17 +01:00
cid.py Added support for Correlation ID 2022-12-23 15:09:32 +01:00
conf.py Added support for Correlation ID 2022-12-23 15:09:32 +01:00
context.py Always call set_actor (#484) 2025-10-21 11:23:35 +02:00
count.py Apply isort to the code base 2021-06-24 14:33:30 +03:00
diff.py Fix repr of a json field in field changes (#489) 2025-10-21 11:11:43 +02:00
filters.py Merge tox & CI changes from upstream master 2023-07-13 16:48:37 +00:00
middleware.py Always call set_actor (#484) 2025-10-21 11:23:35 +02:00
mixins.py Merge tox & CI changes from upstream master 2023-07-13 16:48:37 +00:00
models.py Modify `change` field to be a json field. (#407) 2025-10-21 11:04:47 +02:00
receivers.py Modify `change` field to be a json field. (#407) 2025-10-21 11:04:47 +02:00
registry.py raise AuditLogRegistrationError on invalid app in settings (#492) 2025-10-21 11:13:52 +02:00
signals.py Adding Custom Pre- and Post- Log Hooks (#483) 2025-10-21 10:38:15 +02:00