Question 5How do you retrieve only the first five objects in a table using a Django model query? code example Example: .save() in django >>> one_entry = Entry.objects.get(pk=1)