adjust migration

This commit is contained in:
jonaswinkler
2021-02-24 23:52:25 +01:00
parent 7233695824
commit 87c364a104
3 changed files with 9 additions and 9 deletions

View File

@@ -19,12 +19,12 @@ class TagAdmin(admin.ModelAdmin):
list_display = (
"name",
"colour",
"color",
"match",
"matching_algorithm"
)
list_filter = ("colour", "matching_algorithm")
list_editable = ("colour", "match", "matching_algorithm")
list_filter = ("color", "matching_algorithm")
list_editable = ("color", "match", "matching_algorithm")
class DocumentTypeAdmin(admin.ModelAdmin):