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 b129c58 commit 4d82802Copy full SHA for 4d82802
1 file changed
docia/admin.py
@@ -126,4 +126,4 @@ class DataAttachmentAdmin(admin.ModelAdmin):
126
"dossier",
127
"filename",
128
)
129
- search_fields = ("id", "filename", "dossier", "ej", "classification", "classification_type")
+ search_fields = ("id", "filename", "dossier", "ej__num_ej", "classification", "classification_type")
0 commit comments