Skip to content

Commit

Permalink
More testing... (#77)
Browse files Browse the repository at this point in the history
* New Upload v2 API

* Updated Requirements

* Updated Ladder Template

* Remove Any Log Entries from Results

* Custom Invite API

* Player not Name

* Try again

* Fun?

* More debug

* This might work?
  • Loading branch information
Kraust authored Sep 2, 2024
1 parent 29fd18d commit a2929b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ladder/views/ladder_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ def get_queryset(self):
],
)
.exclude(ladder__difficulty="Any")
.order_by("-data__DPS")
.distinct("player", "ladder__difficulty")
.order_by("ladder__id")
.distinct("ladder__difficulty", "player")
)

0 comments on commit a2929b2

Please sign in to comment.