We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70c475b + cdec93e commit be7b3cbCopy full SHA for be7b3cb
1 file changed
api/filter_set.py
@@ -162,6 +162,7 @@ class Meta:
162
model = Admin2
163
fields = {
164
"id": ("exact", "in"),
165
+ "code": ("exact", "in"),
166
"admin1": ("exact", "in"),
167
"admin1__country": ("exact", "in"),
168
"admin1__country__iso3": ("exact", "in"),
0 commit comments