From 04607878cdec7b92395561087031dd06bad72654 Mon Sep 17 00:00:00 2001 From: jefer94 Date: Fri, 13 Sep 2024 15:49:17 -0500 Subject: [PATCH] update admin --- breathecode/authenticate/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breathecode/authenticate/admin.py b/breathecode/authenticate/admin.py index 986c36d5a..05ef34d05 100644 --- a/breathecode/authenticate/admin.py +++ b/breathecode/authenticate/admin.py @@ -475,7 +475,7 @@ class AcademyAuthSettingsAdmin(admin.ModelAdmin): list_display = ("academy", "github_is_sync", "github_errors", "github_username", "github_owner", "authenticate") search_fields = ["academy__slug", "academy__name", "github__username", "academy__id"] actions = (clean_errors, activate_github_sync, deactivate_github_sync, sync_github_members) - raw_id_fields = ["github_owner"] + raw_id_fields = ["github_owner", "google_cloud_owner"] def get_queryset(self, request):