]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
toaster: tasks trigger the select related tables before ordering
authorMichael Wood <michael.g.wood@intel.com>
Fri, 13 Mar 2015 15:22:32 +0000 (15:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Mar 2015 00:00:02 +0000 (00:00 +0000)
commit484797744dbe421dfeea52e9428ba63b44f1ed88
treec2c0088e40e77b9a2c4d2de06bb3ba710df6ebf4
parent23f1439a5d3e8f4053826794c6502eca20189054
toaster: tasks trigger the select related tables before ordering

In two of the cases the data is changed from a QuerySet to a sorted list
so we aren't able to use the QuerySet api at this point, moving it
before the data type is changed fixes this.

[YOCTO #7404]

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
lib/toaster/toastergui/views.py