Skip to content

Commit 1f7cfbb

Browse files
committed
Merge pull request #2636 from IFRCGo/feature/add-filter-admin
2 parents c57d158 + 1be587e commit 1f7cfbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/filter_set.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ class Meta:
162162
model = Admin2
163163
fields = {
164164
"id": ("exact", "in"),
165+
"code": ("exact", "in"),
165166
"admin1": ("exact", "in"),
166167
"admin1__country": ("exact", "in"),
167168
"admin1__country__iso3": ("exact", "in"),

0 commit comments

Comments
 (0)