Make fast query with "count(*)" instead selecting all data
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
def get_is_sortable(objects):
|
def get_is_sortable(objects):
|
||||||
if len(objects) > 1:
|
if objects.count() > 1:
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user