deposit_list: Only enrich deposit metadata in page
Closed
requested to merge generated-differential-D7308-source into generated-differential-D7308-target
- Mar 08, 2022
-
-
Antoine R. Dumont authored
Prior to this, this was fetching all deposits and then for each deposit, query further information. Then return results and let the pagination happen. This now keeps the queryset lazy, the pagination happens and when a page is requested, this fetches further information on the subset required. Related to T4020
Verifiedcac15113
-