We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137b967 commit 22102bcCopy full SHA for 22102bc
local_units/admin.py
@@ -52,6 +52,10 @@ class LocalUnitAdmin(CompareVersionAdmin, admin.OSMGeoAdmin):
52
"level",
53
"health",
54
)
55
+ readonly_fields = (
56
+ "validated",
57
+ "is_locked",
58
+ )
59
list_filter = (
60
AutocompleteFilterFactory("Country", "country"),
61
AutocompleteFilterFactory("Type", "type"),
0 commit comments