Skip to content

Commit

Permalink
Update filterset fields
Browse files Browse the repository at this point in the history
  • Loading branch information
YogeshUpdhyay committed Jun 18, 2024
1 parent 4726deb commit 0473e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/jobs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class JobsFilter(df_filters.FilterSet):

class Meta:
model = Job
fields = ["category", "job_type"]
fields = ["category", "job_type", "is_active", "is_featured"]

class JobViewSets(viewsets.ModelViewSet):
"""
Expand Down

0 comments on commit 0473e65

Please sign in to comment.