Lukáš Kucharczyk fd04e9fa77
All checks were successful
Django CI/CD / test (push) Successful in 57s
Django CI/CD / build-and-push (push) Successful in 1m52s
Sort prefetch instead of the result
order_by on the final queryset results in duplicating editions, 1 for each purchase
to fix it we sort the thing we actually want to sort - non-game purchases - in a prefetch earlier in the code
2024-02-18 12:31:03 +01:00
..
2023-01-20 13:37:46 +00:00
2023-11-30 17:35:44 +01:00
2024-02-10 09:50:53 +01:00
2024-02-18 09:03:35 +01:00
2024-02-09 21:37:39 +01:00
2023-01-20 13:37:46 +00:00
2023-11-16 16:27:41 +01:00
2023-01-20 13:37:46 +00:00
2023-11-30 17:35:44 +01:00
2023-01-20 13:37:46 +00:00
2024-02-18 12:31:03 +01:00