fix list for query

This commit is contained in:
Cayo Puigdefabregas 2022-05-20 18:31:21 +02:00
parent a486486995
commit 3f2d3df817

View file

@ -64,7 +64,6 @@ class GenericMixin(View):
)
)
.distinct()
.all()
)
def get_context(self):