Skip to content
Snippets Groups Projects
Commit abb1c0dd authored by Valentin Rigal's avatar Valentin Rigal Committed by Valentin Rigal
Browse files

Unalterable confidence fields in admin

parent 6d7e904b
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ class EventInline(admin.TabularInline):
class ClassificationInline(admin.TabularInline):
model = Classification
readonly_fields = ('confidence', 'high_confidence', )
class AllowedMetaDataAdmin(admin.ModelAdmin):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment