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 f6c92a4 commit 0d7c7aeCopy full SHA for 0d7c7ae
1 file changed
apps/baseline/admin.py
@@ -767,7 +767,8 @@ class WealthGroupAdmin(admin.ModelAdmin):
767
)
768
search_fields = (
769
"community__name",
770
- "wealth_group_category",
+ "wealth_group_category__code__iexact",
771
+ *translation_fields("wealth_group_category__name"),
772
773
list_filter = (
774
"livelihood_zone_baseline__source_organization",
0 commit comments