Added 'lanes_for' which will show recent flowcell lanes ordered by date,
[htsworkflow.git] / htsworkflow / frontend / samples / changelist.py
index dccba273fb8dac6fe7b00341cef48731cb89d057..1b4525b7128aba0feee8d1d1872171553521e1f9 100644 (file)
@@ -28,7 +28,7 @@ class ChangeList(object):
         self.opts = model._meta
         self.lookup_opts = self.opts
         if queryset is None:
-            self.root_query_set = model.objects
+            self.root_query_set = model.objects.all()
         else:
             self.root_query_set = queryset
         self.list_display =  []