bitbake: toaster: replace package dependency tag w/ view queries
authorAlexandru DAMIAN <alexandru.damian@intel.com>
Mon, 24 Mar 2014 15:08:04 +0000 (15:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Mar 2014 11:17:34 +0000 (11:17 +0000)
commit7b563f803e17820366d5aaf13e045544bfddd808
tree944cf554d27447e28cb3c72d4a36f094ca4e86c1
parentd0a1b164f23e1abf6101b5449bad5f27646283fe
bitbake: toaster: replace package dependency tag w/ view queries

This patch moves the queries for package dependencies from the
project tags to the views. This is done to bring the code inline
with the Django philosophy of making all data queries in views.py

This change has no performance implication.

(Bitbake rev: 9dd53bd4355148916a89cf672b6c5db5f6b1ae35)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/toaster/toastergui/templates/target.html
bitbake/lib/toaster/toastergui/templatetags/projecttags.py
bitbake/lib/toaster/toastergui/views.py