Skip to content

Commit

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

0 comments on commit 1e7a8d3

Please sign in to comment.