def __gt__(self, value): return Q(**{ f"{self.name}__gt": value })
self.filter(Field.end > self._midnight(today))