django-auditlog/docs/source
Youngkwang Yang af78976e53
Add support for custom masking functions (#725)
* 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>
2025-06-09 16:59:59 +03:30
..
conf.py Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30
index.rst feat: give users the option to run the json migration asyncly (#495) 2023-08-13 11:38:21 +02:00
installation.rst Confirm Django 5.1 support and drop Django 3.2 support. (#677) 2024-10-17 18:53:55 +02:00
internals.rst Adding Custom Pre- and Post- Log Hooks (#483) 2022-12-27 20:14:51 +01:00
upgrade.rst feat: give users the option to run the json migration asyncly (#495) 2023-08-13 11:38:21 +02:00
usage.rst Add support for custom masking functions (#725) 2025-06-09 16:59:59 +03:30