Skip to content

Commit

Permalink
Added Support for Season 32. (#43)
Browse files Browse the repository at this point in the history
* Updated to include links.

* Added Season 32.
  • Loading branch information
Kraust authored May 14, 2024
1 parent db855ee commit 30102c9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion ladder/fixtures/variants.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,26 @@
"pk": "Season 31 - Both Worlds",
"fields": {
"start_date": "2024-02-15T12:00:00+00:00",
"end_date": "2099-12-31T23:59:59+00:00",
"end_date": "2024-5-27T23:59:59+00:00",
"is_ground_variant": true,
"is_space_variant": true,
"exclude_space": [
"Season 31 (pre-Flagship Staffing fix)"
],
"exclude_ground": []
}
},
{
"model": "ladder.Variant",
"pk": "Season 32 - Unparalleled",
"fields": {
"start_date": "2024-05-18T12:00:00+00:00",
"end_date": "2099-12-31T23:59:59+00:00",
"is_ground_variant": true,
"is_space_variant": true,
"exclude_space": [
],
"exclude_ground": []
}
}
]

0 comments on commit 30102c9

Please sign in to comment.