Skip to content

Commit c41e33c

Browse files
committed
Make ReleaseFile.description filterable
This will be used to strip ", not Itanium processors" from the description field in #1094.
1 parent 7330755 commit c41e33c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

downloads/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ class Meta(GenericResource.Meta):
6464
'slug': ('exact',),
6565
'os': ALL_WITH_RELATIONS,
6666
'release': ALL_WITH_RELATIONS,
67+
'description': ('contains',),
6768
}

0 commit comments

Comments
 (0)