Skip to content

Commit

Permalink
Distinct is wrong. (STOCD#74)
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
  • Loading branch information
Kraust authored Sep 2, 2024
1 parent 4182b7d commit e00286d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ladder/views/ladder_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ def get_queryset(self):
],
)
.exclude(ladder__difficulty="Any")
.order_by("-data__DPS")
.order_by()
.distinct("player", "ladder__difficulty")
)

0 comments on commit e00286d

Please sign in to comment.