You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a {% cache %} tag and inside this any tags insert new variables into the context, they should be cached along with the rendered result and inserted in the future.
{% cache key exp %}
{% get_related_posts as related_posts %}
{% endcache %}
{% for post in related_posts %}
....
{% endfor %}
The text was updated successfully, but these errors were encountered:
If you have a {% cache %} tag and inside this any tags insert new variables into the context, they should be cached along with the rendered result and inserted in the future.
The text was updated successfully, but these errors were encountered: