Skip to content
Snippets Groups Projects
Verified Commit 9336fec4 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

See #432: added some filters in tags API

parent 995be494
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,4 @@ class TagFilter(filters.FilterSet):
class Meta:
model = models.Tag
fields = ["q"]
fields = {"q": ["exact"], "name": ["exact", "startswith"]}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment