From 3342d76674254a5b5de77b817bf717d4a7852765 Mon Sep 17 00:00:00 2001 From: Julian Weng Date: Sat, 1 Feb 2025 23:12:45 -0500 Subject: [PATCH] Disable cache for application submission exports --- backend/clubs/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/clubs/views.py b/backend/clubs/views.py index 83b9f2f2b..65a2fefad 100644 --- a/backend/clubs/views.py +++ b/backend/clubs/views.py @@ -6935,7 +6935,6 @@ def list(self, *args, **kwargs): return Response(data) - @method_decorator(cache_page(60 * 60 * 2)) @action(detail=False, methods=["get"]) def export(self, *args, **kwargs): """