objek semua django apa yang dikembalikan

The Manager is the main source of QuerySets for a model. 
For example, Blog.objects.all() returns a QuerySet that contains
all Blog objects in the database
MitchAloha