django-auditlog/auditlog_tests/test_app
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
..
fixtures Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30
templates Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30
__init__.py Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30
apps.py Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30
mask.py Add support for custom masking functions (#725) 2025-06-09 16:59:59 +03:30
models.py Add base manager setting to override default manager use (#747) (#766) 2025-10-18 13:55:43 +02:00
urls.py Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30
views.py Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30