-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add render_uncached_placeholder templatetag #3768
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
Add render_uncached_placeholder templatetag #3768
Conversation
|
#3702 rebased on develop |
|
Ping @ojii @mkoistinen @digi604 this fill in a gap in the api |
docs/reference/templatetags.rst
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cached or taken from the cache
|
@yakky, it is unclear to me what should happen if someone adds a plugin with Otherwise LGTM |
|
Caching is only at placeholder level, and |
001a77a to
2eaf0bd
Compare
1 similar comment
|
@mkoistinen task completed |
|
lgtm |
Add render_uncached_placeholder templatetag
This templatetag is a version of
render_placeholderwhich does not use cache, in a similar way toshow_placeholder,show_uncached_placeholder