From c745a8c40261d61de4e3912bb84704c7774c77aa Mon Sep 17 00:00:00 2001 From: Modulos Date: Mon, 8 May 2017 16:00:42 +0200 Subject: [PATCH] Remove comment I assume that only clients are StripeCustomer objects --- hosting/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hosting/views.py b/hosting/views.py index 376cda00..70f1b113 100644 --- a/hosting/views.py +++ b/hosting/views.py @@ -499,7 +499,6 @@ class HostingBillListView(LoginRequiredMixin, ListView): model = StripeCustomer paginate_by = 10 ordering = '-id' - #TODO show only clients i.e. get_query_set class HostingBillDetailView(PermissionRequiredMixin, LoginRequiredMixin, DetailView): template_name = "hosting/bill_detail.html"