obiekty wszystkie django, co jest zwracane
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