django-auditlog/auditlog_tests
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
..
docker/db Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02:00
test_app Add base manager setting to override default manager use (#747) (#766) 2025-10-18 13:55:43 +02:00
__init__.py Remove default_app_config configuration 2022-05-02 14:48:58 +02:00
admin.py Use admin for test site 2020-09-07 16:52:32 +02:00
auditlog Add base manager setting to override default manager use (#747) (#766) 2025-10-18 13:55:43 +02:00
docker-compose.yml Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02:00
manage.py Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30
test_commands.py Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02:00
test_postgresql.py Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02:00
test_render.py Amend setup configuration to include non-python package files (#769) 2025-10-11 09:57:22 +02:00
test_settings.py Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02:00
test_two_step_json_migration.py Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02:00
test_use_json_for_changes.py Fix None type mismatch in change detection (#763) 2025-10-01 20:50:54 +02:00
test_view.py Add audit log history view to Django Admin (#743) 2025-08-05 13:02:43 +02:00
tests.py Add base manager setting to override default manager use (#747) (#766) 2025-10-18 13:55:43 +02:00