-
-
Notifications
You must be signed in to change notification settings - Fork 862
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't cache tournaments/rounds for API views
Getting odd intermittent 404 errors, and which were Django HTML rather than DRF JSON, so was either a wrong URL or the Tournament/Round not getting found. For that, the debate middleware will ignore API paths, and the properties in the API mixins will not use cached values, returning DRF 404s.
- Loading branch information
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters