def get_object(self): zone_id = self.kwargs.get('zone_id') if zone_id is not None: return get_object_or_404(models.Zone, id=zone_id)