#12591: Add extras.ConfigRevision to EXEMPT_EXCLUDE_MODELS

This commit is contained in:
Jeremy Stretch 2023-08-01 14:56:59 -04:00
parent e64289e791
commit 6208e0f7f6

View File

@ -476,6 +476,7 @@ TEST_RUNNER = "django_rich.test.RichRunner"
EXEMPT_EXCLUDE_MODELS = (
('auth', 'group'),
('auth', 'user'),
('extras', 'configrevision'),
('users', 'objectpermission'),
('users', 'token'),
)