django-auditlog/auditlog
marco-thirona 6d170da5fc
Some checks failed
Test / SQLite • Python 3.10 (push) Has been cancelled
Test / SQLite • Python 3.11 (push) Has been cancelled
Test / SQLite • Python 3.12 (push) Has been cancelled
Test / SQLite • Python 3.13 (push) Has been cancelled
Test / PostgreSQL • Python 3.10 (push) Has been cancelled
Test / PostgreSQL • Python 3.11 (push) Has been cancelled
Test / PostgreSQL • Python 3.12 (push) Has been cancelled
Test / PostgreSQL • Python 3.13 (push) Has been cancelled
Test / MySQL • Python 3.10 (push) Has been cancelled
Test / MySQL • Python 3.11 (push) Has been cancelled
Test / MySQL • Python 3.12 (push) Has been cancelled
Test / MySQL • Python 3.13 (push) Has been cancelled
Add support for m2m changes in AbstractLogEntry.changes_str (#798)
* Add test case to test log entry changes_str property for m2m changes.

* Add support for m2m field changes and generic changes in AbstractLogEntry.changes_str property.

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

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

* Add more test cases for changes_str.

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

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

* Add chengelog note

* Validate type and length of changes_dict values.

* Restructure change iterator.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-01-29 21:44:40 +01:00
..
locale Add I18N Support (#762) 2025-09-30 16:15:45 +02:00
management [pre-commit.ci] pre-commit autoupdate (#799) 2026-01-19 19:43:03 +01:00
migrations add actor email (#641) 2025-01-30 18:33:51 +03:30
templates/auditlog Add I18N Support (#762) 2025-09-30 16:15:45 +02:00
templatetags Add audit log history view to Django Admin (#743) 2025-08-05 13:02:43 +02:00
__init__.py Fix AttributeError when AUDITLOG_LOGENTRY_MODEL is not set (#788) (#789) 2025-12-13 00:28:10 +09:00
admin.py Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
apps.py feat: give users the option to run the json migration asyncly (#495) 2023-08-13 11:38:21 +02:00
cid.py Drop 'Python 3.9' support (#773) 2025-10-17 17:51:53 +02:00
conf.py Add new setting to control FK change representation (#779) 2025-12-02 16:49:16 +01:00
context.py Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
diff.py Add new setting to control FK change representation (#779) 2025-12-02 16:49:16 +01:00
filters.py Added support for Correlation ID 2022-12-23 15:09:32 +01:00
middleware.py Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
mixins.py Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
models.py Add support for m2m changes in AbstractLogEntry.changes_str (#798) 2026-01-29 21:44:40 +01:00
receivers.py Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
registry.py Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
render.py Add I18N Support (#762) 2025-09-30 16:15:45 +02:00
signals.py feat: include LogEntry instance in post_log signal (#605) 2024-02-08 21:55:46 +01:00