Skip to content

Commit

Permalink
fix(dataset): adds dataset filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Feb 25, 2025
1 parent 3e32c8b commit 2b1f112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ class ModelViewSet(
"created_at": ["exact", "gt", "gte", "lt", "lte"],
"last_modified": ["exact", "gt", "gte", "lt", "lte"],
"user": ["exact"],
"dataset": ["exact"],
"id": ["exact"],
}
ordering_fields = ["created_at", "last_modified", "id", "status"]
Expand Down

0 comments on commit 2b1f112

Please sign in to comment.