Query_set was renamed to queryset
[htsworkflow.git] / htsworkflow / templates / samples / lanes_for.html
index b71d0be89aa58c75496097c431d9e3d22bf5c86b..4a720b0b1e4e6f05a2b52648689e18aecb51b165 100644 (file)
@@ -37,7 +37,7 @@
   </tr>
   </thead>
   <tbody >
-    {% for lane in lanes.query_set %}
+    {% for lane in lanes.queryset %}
     <tr >
       <td >
         {{ lane.flowcell.run_date|date:"Y-M-d" }}