Объекты все Джанго, что возвращается

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