here the problem is, i can't give sectionname, dept and year directly. It
has to do it for all sections in the database. can u help me how to do this.



On Sun, Feb 3, 2019 at 7:41 PM Shashank Singh <shashank.singh10...@gmail.com>
wrote:

> Student.objects.filter(section__iexact="a",
> department=1,year=2019).order_by("name")
>
> On Sun, 3 Feb, 2019, 7:32 PM Mohan Goud <kathi.mohang...@gmail.com wrote:
>
>> django
>>
>>
>>
>> On Sun, Feb 3, 2019 at 7:30 PM Birol Demirtaş <tercuman4...@gmail.com>
>> wrote:
>>
>>> Django ? Or ?
>>>
>>> 3 Şub 2019 Paz, saat 16:59 tarihinde Mohan Goud <
>>> kathi.mohang...@gmail.com> şunu yazdı:
>>>
>>>>
>>>>
>>>> students list is in database. I have to search based on section,
>>>> department and year and sort them in ascending order. can any one help me
>>>> on this through any video links or any other.
>>>>
>>>> --
>>>> 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/CAB29Dk%3D9sLASp9Gr4q73qzh8ozw-ecYukUZZ62WkC8XKXtMDZA%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/django-users/CAB29Dk%3D9sLASp9Gr4q73qzh8ozw-ecYukUZZ62WkC8XKXtMDZA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>> --
>>> 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/CAN908so%3DSjsqv%2B%2BhA5Kw3W7tctGX%3D5WbtC4t9ZuwnsnZg92Xww%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CAN908so%3DSjsqv%2B%2BhA5Kw3W7tctGX%3D5WbtC4t9ZuwnsnZg92Xww%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> 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/CAB29DkneL1r4QeznCQG-4%2Bg7cSEnU5kcpsE_mowj0Y0pzN3Sgg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAB29DkneL1r4QeznCQG-4%2Bg7cSEnU5kcpsE_mowj0Y0pzN3Sgg%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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/CAD-d1sYc53o2itdGW_Ohrv2Rb2HXKutLHtrFkSGrbBrJCEQ%2B5w%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAD-d1sYc53o2itdGW_Ohrv2Rb2HXKutLHtrFkSGrbBrJCEQ%2B5w%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAB29DknduCzh%2BTLq2yHaPwHtj3deYKaKwYstrCBZvx6Eu12p%3Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to