Fix caching

This commit is contained in:
2020-10-15 17:32:18 +01:00
parent 3d7ff435c9
commit bb4d31477e
9 changed files with 21 additions and 22 deletions

View File

@@ -4,8 +4,10 @@
{% load humanize %}
{% load paginator from filters %}
{% load to_class_name from filters %}
{% load cache %}
{% block content %}
{% cache None feed_data request.user %}
<div class="list-group-item">
<div class="media">
{% for version in object_list %}
@@ -48,4 +50,5 @@
</div>
</div>
</div>
{% endcache %}
{% endblock %}