>>> queryset = Entry.objects.all()>>> print(queryset[5]) # Queries the database>>> print(queryset[5]) # Queries the database again