django-auditlog/auditlog_tests
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
..
custom_logentry_app Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
docker/db Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02:00
test_app Make diffing more robust for polymorphic models (#784) 2025-11-25 09:12:41 +01:00
__init__.py Remove default_app_config configuration 2022-05-02 14:48:58 +02:00
admin.py Use admin for test site 2020-09-07 16:52:32 +02:00
auditlog Add base manager setting to override default manager use (#747) (#766) 2025-10-18 13:55:43 +02:00
docker-compose.yml Update mysql version in test docker-compose (#777) 2025-10-31 14:53:16 +01:00
manage.py Let CI also check for missing migrations (#706) 2025-03-19 19:58:43 +03:30
middleware.py Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
test_commands.py Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
test_postgresql.py Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02:00
test_render.py Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
test_settings.py Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
test_two_step_json_migration.py Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
test_use_json_for_changes.py Add CustomLogEntry model support and update tests: (#764) 2025-11-19 09:46:43 +01:00
test_view.py Add audit log history view to Django Admin (#743) 2025-08-05 13:02:43 +02:00
tests.py Add support for m2m changes in AbstractLogEntry.changes_str (#798) 2026-01-29 21:44:40 +01:00