Skip to content

Commit

Permalink
Updates (#83)
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?

* Update Combat Time Requirements

* Added Cure Space and Khitomer Space Solo Maps

* Update Upload to work with Windows file locking nonsense.

* Updated Invites Page to be a Streaming response.

* Might have gotten formatting fixed.

* Remove blank form controls.

* OSCR Ladder Page now Defaults to the Latest season.

* Formatting

* More Template Changes

* Need to figure out how to check instead of format.

* Formatting

* Quick and Dirty Metrics

* Updated Requirements

* Updated Requirements.txt
  • Loading branch information
Kraust authored Oct 13, 2024
1 parent e832887 commit b2ae255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ladder/views/ladder_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def get_queryset(self):
)
.exclude(ladder__difficulty="Any")
.order_by("ladder__id")
.distinct("ladder__difficulty", "player")
.distinct("ladder__id", "data__handle")
)

def get_stream(self):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Django==4.2.9
djangorestframework==3.14.0
drf_yasg==1.21.7
django_filter==23.5
STO-OSCR>=2024.9b220
STO-OSCR>=2024.10.12.1
whitenoise==6.6.0
psycopg[binary,pool]==3.1.18
requests>=2.31.0
Expand Down

0 comments on commit b2ae255

Please sign in to comment.