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 







-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/221304c2-8118-43e0-a0fe-cdcf3300b7fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to