Case: I have relationships: 1 Distributor:M resellers, 1 reseller: M customers, 1customer: M domains, 1 Domain: M mailboxes.
The model admin panel is taking a long time to load the objects for all the model admin. Does the default django return queryset return all the instances or load only that required in page 1 and then page2 on click etc. Why is there latency? Checked the pagination related document. But where does it say that all the objects in the queryset are retrieved at a time or only relevant to that page at a time?