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

Feature proposal {% nocache %} template tag #132

Open
rtpm opened this issue Jan 27, 2015 · 1 comment
Open

Feature proposal {% nocache %} template tag #132

rtpm opened this issue Jan 27, 2015 · 1 comment

Comments

@rtpm
Copy link

rtpm commented Jan 27, 2015

Would be nice if we could exclude some parts of cached template content .. from caching.

{% cached_as ... %}
some cached content
{% nocache %}
some content that we do not want cached
{% endnocache %}
Continuation of cached content
{% endcached_as %}

There's a project :
https://github.com/twidi/django-adv-cache-tag/tree/master/adv_cache_tag

which has this functionality.

@Suor
Copy link
Owner

Suor commented Jan 28, 2015

This could be useful, but I don't have time to implement it now, so I'll postpone it. I will review and accept any pull requests toward this though.

@Suor Suor added the postponed label Jan 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants