colleges.managers module¶
-
class
colleges.managers.FellowQuerySet(model=None, query=None, using=None, hints=None)[source]¶ Bases:
django.db.models.query.QuerySet-
specialties_overlap(discipline, expertises=[])[source]¶ Returns all Fellows specialized in the given discipline and any of the (optional) expertises.
This method is also separately implemented for Contributor and Profile objects.
-
specialties_contain(discipline, expertises=[])[source]¶ Returns all Fellows specialized in the given discipline and all of the (optional) expertises.
This method is also separately implemented for Contributor and Profile objects.
-