From: Diane Trout Date: Thu, 2 Jun 2016 00:10:01 +0000 (-0700) Subject: Query_set was renamed to queryset X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=3f03e95de5c38833e9b19195a0831d37de88a211 Query_set was renamed to queryset and I forgot to update the access in this template. Good thing my test case caught it, because there was no other error. --- diff --git a/htsworkflow/templates/samples/lanes_for.html b/htsworkflow/templates/samples/lanes_for.html index b71d0be..4a720b0 100644 --- a/htsworkflow/templates/samples/lanes_for.html +++ b/htsworkflow/templates/samples/lanes_for.html @@ -37,7 +37,7 @@ - {% for lane in lanes.query_set %} + {% for lane in lanes.queryset %} {{ lane.flowcell.run_date|date:"Y-M-d" }}