We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation for the custom flag shows an example and it might lead to errors and confusion: https://waffle.readthedocs.io/en/stable/types/flag.html#custom-flag-models
The imported get_cache method is not used and the cache variable referenced is undefined.
get_cache
cache
Is there a missing cache = get_cache() somewhere? Should be placed outside of the class or defined as a class attribute?
cache = get_cache()
The text was updated successfully, but these errors were encountered:
This looks OK to me with the latest documentation version
Sorry, something went wrong.
No branches or pull requests
The documentation for the custom flag shows an example and it might lead to errors and confusion: https://waffle.readthedocs.io/en/stable/types/flag.html#custom-flag-models
The imported
get_cache
method is not used and thecache
variable referenced is undefined.Is there a missing
cache = get_cache()
somewhere? Should be placed outside of the class or defined as a class attribute?The text was updated successfully, but these errors were encountered: