django-auditlog/src/auditlog_tests
Keith Bussell 8b84777117 Ensure db affinity between model and LogEntry
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`.
2019-11-11 18:13:06 +01:00
..
__init__.py Add app configs 2015-10-07 22:24:41 +02:00
apps.py Add app configs 2015-10-07 22:24:41 +02:00
manage.py Add management command for deleting all log entries 2016-07-27 18:17:59 +02:00
models.py (feature) Allow AuditlogHistoryField to block cascading deletes (#172) 2018-03-27 14:42:36 -04:00
router.py Fix tests for multiple database support. 2019-11-11 18:13:06 +01:00
test_settings.py Fixed resource_url to work with non-id models (#147) 2018-01-04 11:49:39 -05:00
tests.py Ensure db affinity between model and LogEntry 2019-11-11 18:13:06 +01:00
urls.py Fixed resource_url to work with non-id models (#147) 2018-01-04 11:49:39 -05:00