make ldap group members field editable
This commit is contained in:
parent
e2651eb9e9
commit
287756f160
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class LdapGroupAdmin(admin.ModelAdmin):
|
||||||
entities.
|
entities.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
exclude = ['dn', 'members']
|
exclude = ['dn']
|
||||||
list_display = ['name', 'gid']
|
list_display = ['name', 'gid']
|
||||||
search_fields = ['name']
|
search_fields = ['name']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue