upstream/2025.9.0.1 #9

Merged
simon merged 134 commits from upstream/2025.9.0.1 into master 2025-11-09 19:16:54 +00:00
Showing only changes of commit 82eca01e5c - Show all commits
+1 -1
View File
@@ -1162,7 +1162,7 @@ class QuotaListExporter(ListExporter):
yield headers
quotas = list(self.event.quotas.select_related('subevent'))
qa = QuotaAvailability(full_results=True, allow_repeatable_read=False)
qa = QuotaAvailability(full_results=True, allow_repeatable_read=True)
qa.queue(*quotas)
qa.compute()