django-auditlog/docs
peyman ee278edc8f Add option to exclude reverse relations from model diffs
Add AUDITLOG_EXCLUDE_REVERSE_RELATIONS setting which, when True,
excludes auto-created reverse relation fields (auto_created and not concrete)
from the diff calculation to avoid extra DB hits and inadvertent mutation
of instance._state.fields_cache.

Closes #551 (or: Fixes behavior described in jazzband/django-auditlog#551).
2025-10-09 14:11:21 +03:30
..
source Add option to exclude reverse relations from model diffs 2025-10-09 14:11:21 +03:30
make.bat update docs folder link (#465) 2022-12-01 08:22:03 +01:00
Makefile Clean up project structure 2020-09-07 16:52:32 +02:00
requirements.txt Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02:00