def stop_current(self): current = self.current() current.stop = timezone.now() current.save() return current