From 38a56e06d203d616d4f019d3092abaef1021493e Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 20 Feb 2015 00:07:08 +0100 Subject: [PATCH] Remove a TODO statement --- src/pretix/control/views/item.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pretix/control/views/item.py b/src/pretix/control/views/item.py index 51e7315f0c..868c05d321 100644 --- a/src/pretix/control/views/item.py +++ b/src/pretix/control/views/item.py @@ -473,8 +473,6 @@ class QuotaForm(ModelForm): if self.instance.pk is not None and isinstance(self.instance, Versionable): if self.has_changed(): self.instance = self.instance.clone_shallow() - # TODO: order_cache, lock_cache are emptied by that but you'll have - # to rebuild them anyway return super().save(commit) class Meta: