~mwhudson/lava-kernel-ci-views/use-the-orm

« back to all changes in this revision

Viewing changes to lava_kernel_ci_views_app/views.py

  • Committer: Michael Hudson-Doyle
  • Date: 2011-10-17 04:17:33 UTC
  • Revision ID: michael.hudson@linaro.org-20111017041733-q1sp9q0k3kr23pkq
start moving over to jQuery

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
            'trees': trees,
305
305
            'build_count': sum(tree['build_count'] for tree in trees),
306
306
            'test_count': sum(tree['test_count'] for tree in trees),
 
307
            'tree_count': len(trees),
307
308
            }
308
309
 
309
310