mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
* Add test cases for the `mask_str` function * Add custom masking function support through mask_callable * Add test cases for custom masking function * Update documentation for custom masking function * fix test case * rename `AUDITLOG_DEFAULT_MASK_CALLABLE` variable -AUDITLOG_DEFAULT_MASK_CALLABLE to `AUDITLOG_MASK_CALLABLE` * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update `CHANGELOG.md` to include mask function customization feature --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| test_app | ||
| __init__.py | ||
| admin.py | ||
| manage.py | ||
| test_commands.py | ||
| test_settings.py | ||
| test_two_step_json_migration.py | ||
| test_use_json_for_changes.py | ||
| tests.py | ||