django-auditlog/docs/source
David Thompson b1b6f9f4dd
Add base manager setting to override default manager use (#747) (#766)
* Add `AUDITLOG_USE_BASE_MANAGER` setting configuration
* Adjust `LogEntry._get_changes_display_for_fk_field` behaviour for setting
* Adjust `log_update` and `log_m2m_changes` in `receivers.py` for setting
* Add `ModelManagerTest.test_use_base_manager_setting`
* Add entry in Usage documentation
* (In passing, fix a formatting issue in `usage.rst`)

The `AUDITLOG_USE_BASE_MANAGER` setting has a default of `False` to maintain
initial backwards compatibility with previous versions.
2025-10-18 13:55:43 +02:00
..
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 Drop 'Python 3.9' support (#773) 2025-10-17 17:51:53 +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 base manager setting to override default manager use (#747) (#766) 2025-10-18 13:55:43 +02:00