标签: django django-models
我有一个模型代码,例如:
class Person: ... def is_male(self): .... def is_female(self): ....
然后,我如何才能获得所有男性或女性,特别是-我只想查询一下获得所有男性或女性的信息。