2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

ignore custom admin form

This commit is contained in:
Matthias 2022-03-12 03:40:50 +01:00
parent d8fc56cf61
commit 56ebb0fd0e
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -78,7 +78,7 @@ class InvenTreeGroupAdminForm(forms.ModelForm):
return instance return instance
class RoleGroupAdmin(admin.ModelAdmin): class RoleGroupAdmin(admin.ModelAdmin): # pragma: no cover
""" """
Custom admin interface for the Group model Custom admin interface for the Group model
""" """