list(). Force evaluation of a QuerySet by calling list() on it. For example:
entry_list = list(Entry.objects.all())