django-auditlog/auditlog
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
..
locale Add I18N Support (#762) 2025-09-30 16:15:45 +02:00
management Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02:00
migrations add actor email (#641) 2025-01-30 18:33:51 +03:30
templates/auditlog Add I18N Support (#762) 2025-09-30 16:15:45 +02:00
templatetags Add audit log history view to Django Admin (#743) 2025-08-05 13:02:43 +02:00
__init__.py Drop support for Python 3.7 (#546) 2023-07-13 23:56:08 +02:00
admin.py Add date_hierarchy on timestamp to admin view (#687) 2024-11-19 12:04:17 +01:00
apps.py feat: give users the option to run the json migration asyncly (#495) 2023-08-13 11:38:21 +02:00
cid.py Drop 'Python 3.9' support (#773) 2025-10-17 17:51:53 +02:00
conf.py Add base manager setting to override default manager use (#747) (#766) 2025-10-18 13:55:43 +02:00
context.py improve actor_email assigment; the previous was not intuitive enough to understand (#720) 2025-04-30 11:14:34 +02:00
diff.py Drop 'Python 3.9' support (#773) 2025-10-17 17:51:53 +02:00
filters.py Added support for Correlation ID 2022-12-23 15:09:32 +01:00
middleware.py Drop 'Python 3.9' support (#773) 2025-10-17 17:51:53 +02:00
mixins.py Add audit log history view to Django Admin (#743) 2025-08-05 13:02:43 +02:00
models.py Add base manager setting to override default manager use (#747) (#766) 2025-10-18 13:55:43 +02:00
receivers.py Add base manager setting to override default manager use (#747) (#766) 2025-10-18 13:55:43 +02:00
registry.py Drop 'Python 3.9' support (#773) 2025-10-17 17:51:53 +02:00
render.py Add I18N Support (#762) 2025-09-30 16:15:45 +02:00
signals.py feat: include LogEntry instance in post_log signal (#605) 2024-02-08 21:55:46 +01:00