mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| docker/db | ||
| test_app | ||
| __init__.py | ||
| admin.py | ||
| auditlog | ||
| docker-compose.yml | ||
| manage.py | ||
| test_commands.py | ||
| test_postgresql.py | ||
| test_render.py | ||
| test_settings.py | ||
| test_two_step_json_migration.py | ||
| test_use_json_for_changes.py | ||
| test_view.py | ||
| tests.py | ||