how to get one element at a time in django code example Example: how to get only first record in django MyModel.objects.filter(blah=blah).first()