Skip to content

Commit

Permalink
Add location_href filters
Browse files Browse the repository at this point in the history
fixes #3215
  • Loading branch information
daviddavis committed Jul 27, 2023
1 parent d8cb08d commit df608d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulp_rpm/app/viewsets/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Meta:
"arch": ["exact", "in", "ne", "contains", "startswith"],
"pkgId": ["exact", "in"],
"checksum_type": ["exact", "in", "ne"],
"location_href": ["exact", "contains", "endswith"],
}


Expand Down

0 comments on commit df608d2

Please sign in to comment.