mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
* Add test runner and improve test with multi databases * Enhance cross-database compatibility and testing - Fix TRUNCATE command support detection for different databases - Add conditional PostgreSQL-specific model registration - Improve database-specific test skipping logic - Remove SQLite from TRUNCATE supported vendors list * Add docker compose for testing * Improve CI/CD with multi-database support - Add separate test workflows for SQLite, PostgreSQL, and MySQL * Add `mysqlclient` deps * fix minor - Add mysqlclient deps - upload coverage step * Fix coverage upload name conflicts in CI workflow - Add database type to coverage upload names (SQLite/PostgreSQL/MySQL) |
||
|---|---|---|
| .. | ||
| management | ||
| migrations | ||
| templates/auditlog | ||
| templatetags | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| cid.py | ||
| conf.py | ||
| context.py | ||
| diff.py | ||
| filters.py | ||
| middleware.py | ||
| mixins.py | ||
| models.py | ||
| receivers.py | ||
| registry.py | ||
| render.py | ||
| signals.py | ||