Djangoのカスタムメソッド(models.py)のフィルターについて
```models.py class Human(models.Model): born_year = models.IntegerField("生まれた年", ....)