Skip to content

Commit

Permalink
fix(state-sort): allow sorting by state on the venue list
Browse files Browse the repository at this point in the history
  • Loading branch information
soehlert committed Oct 20, 2023
1 parent f4155cb commit 45fd797
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions concerts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ def get_queryset(self):
"-name",
"city",
"-city",
"state",
"-state",
"country",
"-country",
"concert_count",
Expand Down

0 comments on commit 45fd797

Please sign in to comment.