fix list for query

This commit is contained in:
Cayo Puigdefabregas 2022-05-20 18:31:21 +02:00
parent a486486995
commit 3f2d3df817
1 changed files with 0 additions and 1 deletions

View File

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