Fastest way to get the first object from a queryset in django?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
You must login to ask question.
Fastest way to get the first object from a queryset in django
school.objects.filter(name="test").first()