Removed some missed things from our Group role removal work

* Removed `groups/n/object_roles`
* Removed `groups/n/access_list`
* `active_roles` from the Group `summary_fields`

 #2631
This commit is contained in:
Akita Noek
2016-06-24 14:16:10 -04:00
parent 20ba96ae84
commit ca2b4766a5
4 changed files with 1 additions and 24 deletions

View File

@@ -443,7 +443,7 @@ class Host(CommonModelNameNotUnique):
# Use .job_events.all() to get events affecting this host.
class Group(CommonModelNameNotUnique, ResourceMixin):
class Group(CommonModelNameNotUnique):
'''
A group containing managed hosts. A group or host may belong to multiple
groups.