From e2eca7782733f1966bb088612d37618b8fb6931d Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 28 Mar 2023 12:49:58 -0400 Subject: [PATCH] rentals: Remove list editable fields Locker Info admin Have already done the bulk input, so this is just likely to cause accidental changes now --- rentals/admin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rentals/admin.py b/rentals/admin.py index 9fd1568..c184d44 100644 --- a/rentals/admin.py +++ b/rentals/admin.py @@ -40,7 +40,6 @@ class LockerInfoAdmin(admin.ModelAdmin): "notes", ] list_display_links = ["locker_unit", "address"] - list_editable = ["blind_code", "bitting_code"] def get_queryset(self, request): return LockerInfo.objects.select_related(