Skip to content
New issue

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

fix: more debugging of memcached client #685

Merged
merged 1 commit into from
Sep 29, 2023
Merged

fix: more debugging of memcached client #685

merged 1 commit into from
Sep 29, 2023

Conversation

iloveagent57
Copy link
Contributor

Description

The trick to overriding the cache options is that the backend is stashed in a @cached_property
https://github.com/django/django/blob/main/django/core/cache/backends/memcached.py#L36-L40
This PR makes sure to invalidate that property before trying to force-update the options dictionary.

@iloveagent57 iloveagent57 merged commit 7358451 into master Sep 29, 2023
5 of 6 checks passed
@iloveagent57 iloveagent57 deleted the aed/omgz branch September 29, 2023 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants