mirror of
https://github.com/inventree/InvenTree.git
synced 2026-01-03 04:30:38 -06:00
ignore custom admin form
This commit is contained in:
@@ -78,7 +78,7 @@ class InvenTreeGroupAdminForm(forms.ModelForm):
|
||||
return instance
|
||||
|
||||
|
||||
class RoleGroupAdmin(admin.ModelAdmin):
|
||||
class RoleGroupAdmin(admin.ModelAdmin): # pragma: no cover
|
||||
"""
|
||||
Custom admin interface for the Group model
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user