mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-04-27 10:14:45 +00:00
This test case would fail occasionally--sometimes accessing `history` would try pulling from "default" instead of the "postgres" database. To fix this issue generally, this change: https://github.com/jjkester/django-auditlog/pull/94/files#diff-10976dd6652a7dba50d5de998672e49bR60 should be propagated somehow into `AuditlogHistoryField`. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| apps.py | ||
| manage.py | ||
| models.py | ||
| router.py | ||
| test_settings.py | ||
| tests.py | ||
| urls.py | ||