GroupManager¶ Qualified name: intranet.apps.groups.models.GroupManager class intranet.apps.groups.models.GroupManager(*args, **kwargs)[source]¶ Bases: GroupManager This GroupManager model is really just the default Django django.contrib.auth.models.GroupManager, just with an extra method. Methods student_visible Return a QuerySet of groups that are student-visible. Attributes student_visible()[source]¶ Return a QuerySet of groups that are student-visible.