Skip to content

Commit

Permalink
#60 Add "_" to filter fields
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Jul 5, 2023
1 parent 1baab43 commit 56ff44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travelers/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class TravelerList(generics.ListAPIView):
'posts_count',
'followers_count',
'following_count',
'owner_following_created_at',
'owner_followed_created_at',
'owner__following__created_at',
'owner__followed__created_at',
]


Expand Down

0 comments on commit 56ff44a

Please sign in to comment.