We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e949e3 commit 7d409baCopy full SHA for 7d409ba
schema_viewer/tests/test_schema.py
@@ -9,7 +9,10 @@ def test_schema(self):
9
'auth_permission',
10
'django_admin_log',
11
'auth_group',
12
+ 'auth_group_permissions',
13
'auth_user',
14
+ 'auth_user_user_permissions',
15
+ 'auth_user_groups',
16
'django_content_type',
17
'django_session',
18
}
schema_viewer/tests/test_view.py
@@ -13,7 +13,10 @@ def test_schema(self):
19
20
21
22
0 commit comments