def deployment_date(self): min_datetime = self.sensors.aggregate(first_light=Min('activation_date')) return min_datetime['first_light']