Hello everyone,
I was just learning Django and had a doubt.
while making django models classes,In CONSOLE, the objects of the models were returning as query sets
The queryset is a class...."my question is whether query set is a parent class models.Model?".
I wanted to know how these 2 classes are related..
If I am wrong not making sense :) please do correct me, I am a beginner in Django and still have n't yet completely worked out how django models work.
Thank you!!