From e8d320cd2e488130c565aed9163d1a64505fd3c3 Mon Sep 17 00:00:00 2001 From: Adam Charnock Date: Mon, 27 May 2024 13:50:11 +0100 Subject: [PATCH] Removing errant search fields from AccountAdmin, #107 --- hordak/admin.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hordak/admin.py b/hordak/admin.py index 37c28a40..3d6f81c6 100644 --- a/hordak/admin.py +++ b/hordak/admin.py @@ -33,12 +33,6 @@ class AccountAdmin(MPTTModelAdmin): "code", "full_code", "name", - "userprofile__email", - "subscribed_userprofile__email", - "userprofile__first_name", - "subscribed_userprofile__first_name", - "userprofile__last_name", - "subscribed_userprofile__last_name", ) list_filter = ("type",)