how to get instance of queryset in django code example Example: django queryset to instance for e in Entry.objects.all(): print(e.headline)