mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
* 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 * Update auditlog/__init__.py Co-authored-by: Youngkwang Yang <me@youngkwang.dev> * run only one custom model test matrix (#761) --------- Co-authored-by: Youngkwang Yang <me@youngkwang.dev> |
||
|---|---|---|
| .. | ||
| custom_logentry_app | ||
| docker/db | ||
| test_app | ||
| __init__.py | ||
| admin.py | ||
| auditlog | ||
| docker-compose.yml | ||
| manage.py | ||
| middleware.py | ||
| test_commands.py | ||
| test_postgresql.py | ||
| test_render.py | ||
| test_settings.py | ||
| test_two_step_json_migration.py | ||
| test_use_json_for_changes.py | ||
| test_view.py | ||
| tests.py | ||