fix list for query
This commit is contained in:
parent
a486486995
commit
3f2d3df817
|
@ -64,7 +64,6 @@ class GenericMixin(View):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.distinct()
|
.distinct()
|
||||||
.all()
|
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_context(self):
|
def get_context(self):
|
||||||
|
|
Reference in New Issue