query on django orm :- please help me to make a django base queryset, i have tried a lot but unable to make it.

7 views
Skip to first unread message

JAI PRAKASH SINGH

unread,
Apr 7, 2016, 2:03:00 PM4/7/16
to Django users
hello all,
 
please help me to make a  django base queryset, i have tried a lot but unable to make it

my records present are like under

Model name:-  MobileInfo

id   brand    model_name    price
1    aaa       123                  30
2    aaa       123                  35
3    bbb        345                 60
4    bbb        345                 65
5    bbb        345                 55
6    ccc        321                 40
7    ccc        321                 45


now i want to extract the records like  under


1    aaa       123                  30
5    bbb        345                 55
6    ccc        321                 40


please help me, i have stuck here







Reply all
Reply to author
Forward
0 new messages