Skip to content

Commit 8402701

Browse files
authored
Merge pull request #2636 from IFRCGo/feature/add-filter-admin
2 parents 21680e4 + a24cc51 commit 8402701

2 files changed

Lines changed: 2 additions & 1 deletion

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"),

assets

0 commit comments

Comments
 (0)