summaryrefslogtreecommitdiff
path: root/django/models/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/models/auth.py')
-rw-r--r--django/models/auth.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/django/models/auth.py b/django/models/auth.py
index 4d3f6394a1..516ec112df 100644
--- a/django/models/auth.py
+++ b/django/models/auth.py
@@ -20,9 +20,6 @@ class Group(meta.Model):
)
ordering = (('name', 'ASC'),)
admin = meta.Admin(
- fields = (
- (None, {'fields': ('name', 'permissions')}),
- ),
search_fields = ('name',),
)