We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5b6a6 commit 3ccb763Copy full SHA for 3ccb763
etsd/msgs/filters.py
@@ -7,6 +7,7 @@ class MessageFilter(django_filters.FilterSet):
7
class Meta:
8
model = models.Message
9
fields = {
10
+ "id": ["exact"],
11
"kind": ["exact"],
12
"category": ["exact"],
13
"status": ["exact"],
@@ -32,6 +33,7 @@ class ParticipantFilter(django_filters.FilterSet):
32
33
34
model = models.Participant
35
36
37
38
39
"message__kind": ["exact"],
0 commit comments