I have list1
in order by id. Like this:
['4','2','1','17'] #edited
How to get list2
from object Entry in order of list1
.
In the case Query ValueList, as well as on the question.
[u'4', u'2', u'1', u'17']
Because some properties are not in QuerySet
Thanks for your answers !