django-auditlog/auditlog_tests
Mostafa Eftekhari 677a59b028 Add CustomLogEntry model support and update tests:
- Added support for CustomLogEntry data model to extend django-auditlog capabilities

- Updated existing test cases to align with new model structure and data handling logic

- Added new test cases to validate CustomLogEntry behavior, model registration, and signal handling

- Ensured backward compatibility with existing LogEntry model where applicable
2025-10-22 12:24:22 +03:30
..
custom_logentry_app Add CustomLogEntry model support and update tests: 2025-10-22 12:24:22 +03:30
docker/db Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02:00
test_app Fix None type mismatch in change detection (#763) 2025-10-01 20:50:54 +02: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
docker-compose.yml Extend CI and local test coverage to MySQL and SQLite (#744) 2025-08-17 16:50:23 +02: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: 2025-10-22 12:24:22 +03:30
test_commands.py Add CustomLogEntry model support and update tests: 2025-10-22 12:24:22 +03:30
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: 2025-10-22 12:24:22 +03:30
test_settings.py Add CustomLogEntry model support and update tests: 2025-10-22 12:24:22 +03:30
test_two_step_json_migration.py Add CustomLogEntry model support and update tests: 2025-10-22 12:24:22 +03:30
test_use_json_for_changes.py Add CustomLogEntry model support and update tests: 2025-10-22 12:24:22 +03:30
test_view.py Add audit log history view to Django Admin (#743) 2025-08-05 13:02:43 +02:00
tests.py Add CustomLogEntry model support and update tests: 2025-10-22 12:24:22 +03:30