django-auditlog/auditlog
nathan d9db2c991b Disable logging remote IP address (#620)
* Disable logging remote IP address

* Update auditlog/middleware.py

* Update CHANGELOG.md

* Update auditlog/middleware.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update auditlog/middleware.py and add tests in ManyRelatedModelTest

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-10-21 17:43:23 +02:00
..
management chore: add a check arg to the migration command (#563) 2025-10-21 17:20:45 +02:00
migrations fix: change verbose_name in changes_text migration (#571) 2025-10-21 17:29:07 +02:00
__init__.py Drop support for Python 3.7 (#546) 2023-09-01 15:53:44 +00:00
admin.py Allow cascade deletion of auditlog entries (#556) 2023-09-01 15:50:51 +00:00
apps.py feat: give users the option to run the json migration asyncly (#495) 2025-10-21 17:17:38 +02:00
cid.py fix: don't set the correlation_id if the AUDITLOG_CID_GETTER is None (#565) 2025-10-21 17:28:06 +02:00
conf.py Disable logging remote IP address (#620) 2025-10-21 17:43:23 +02:00
context.py use contextvar instead of threadlocal (#581) 2025-10-21 17:31:46 +02:00
count.py Apply isort to the code base 2021-06-24 14:33:30 +03:00
diff.py Fix repr of a json field in field changes (#489) 2025-10-21 11:11:43 +02:00
filters.py Merge tox & CI changes from upstream master 2023-07-13 16:48:37 +00:00
middleware.py Disable logging remote IP address (#620) 2025-10-21 17:43:23 +02:00
mixins.py fixed getting field's verbose_name (#508) 2025-10-21 11:46:04 +02:00
models.py fix: avoid exception in changes_display_dict when model is missing (#609) 2025-10-21 17:42:05 +02:00
receivers.py use contextvar instead of threadlocal (#581) 2025-10-21 17:31:46 +02:00
registry.py feat: collect all models including auto created ones and excluding non-managed ones (#550) 2025-10-21 11:47:20 +02:00
signals.py Adding Custom Pre- and Post- Log Hooks (#483) 2025-10-21 10:38:15 +02:00