force query

This commit is contained in:
Cayo Puigdefabregas 2022-05-19 09:47:31 +02:00
parent 0bc75ec547
commit a919c0ee26
1 changed files with 1 additions and 0 deletions

View File

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