Skip to content

Commit be7b3cb

Browse files
committed
Merge pull request #2636 from IFRCGo/feature/add-filter-admin
2 parents 70c475b + cdec93e commit be7b3cb

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)