django-auditlog/docs/source
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
..
conf.py Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30
index.rst feat: give users the option to run the json migration asyncly (#495) 2023-08-13 11:38:21 +02:00
installation.rst Add support for Django 5.2 (#730) 2025-06-26 18:30:27 +02:00
internals.rst Adding Custom Pre- and Post- Log Hooks (#483) 2022-12-27 20:14:51 +01:00
upgrade.rst feat: give users the option to run the json migration asyncly (#495) 2023-08-13 11:38:21 +02:00
usage.rst Add option to exclude reverse relations from model diffs 2025-10-09 14:11:21 +03:30