-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fragment caching not working when django debug toolbar is enabled. #877
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
Comments
I'm not sure what you mean by fragment caching. Are you saying that we break the |
Yes, exactly. With the toolbar enabled elements within the {% cache %} {% endcache %} tags are not cached in my backend (memcached). With the toolbar disabled everything is cached as expected. |
Is there any information I can provide to help debug this incident? I would like to help resolve it if possible. |
For me caching works fine (I checked it from memcached side), but cache panel of django-debug-toolbar doesn't show any calls. |
I have same issue, cache works correctly but django-debug-toolbar does not show any calls. |
This is the same as #799 , |
When working in Django 1.10 or 1.10.1 fragment caching is not working with Django Debug Toolbar enabled. View caching and ImageKit caching work fine though.
The text was updated successfully, but these errors were encountered: