Align balldontlie OpenAPI integration and clarify search metric semantics
This commit is contained in:
@ -13,10 +13,10 @@ class PlayerSearchForm(forms.Form):
|
||||
("age_oldest", "Age (Oldest first)"),
|
||||
("height_desc", "Height (Tallest first)"),
|
||||
("height_asc", "Height (Shortest first)"),
|
||||
("ppg_desc", "Points per game (High to low)"),
|
||||
("ppg_asc", "Points per game (Low to high)"),
|
||||
("mpg_desc", "Minutes per game (High to low)"),
|
||||
("mpg_asc", "Minutes per game (Low to high)"),
|
||||
("ppg_desc", "Best eligible PPG (High to low)"),
|
||||
("ppg_asc", "Best eligible PPG (Low to high)"),
|
||||
("mpg_desc", "Best eligible MPG (High to low)"),
|
||||
("mpg_asc", "Best eligible MPG (Low to high)"),
|
||||
)
|
||||
|
||||
PAGE_SIZE_CHOICES = ((20, "20"), (50, "50"), (100, "100"))
|
||||
|
||||
Reference in New Issue
Block a user