Skip to content

Commit 7d409ba

Browse files
committed
fix: Fix support for many-to-many rels (#4)
1 parent 0e949e3 commit 7d409ba

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

schema_viewer/tests/test_schema.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ def test_schema(self):
99
'auth_permission',
1010
'django_admin_log',
1111
'auth_group',
12+
'auth_group_permissions',
1213
'auth_user',
14+
'auth_user_user_permissions',
15+
'auth_user_groups',
1316
'django_content_type',
1417
'django_session',
1518
}

schema_viewer/tests/test_view.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ def test_schema(self):
1313
'auth_permission',
1414
'django_admin_log',
1515
'auth_group',
16+
'auth_group_permissions',
1617
'auth_user',
18+
'auth_user_user_permissions',
19+
'auth_user_groups',
1720
'django_content_type',
1821
'django_session',
1922
}

0 commit comments

Comments
 (0)