Vary objects cache on user ID and object list

master
Mark Veidemanis 1 year ago
parent b7b0f1e01c
commit eba4142960
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -1,6 +1,6 @@
{% load cache %}
{% cache 60 object_list %}
{% cache 60 objects request.user.id object_list %}
{% include 'mixins/partials/notify.html' %}
{% if page_title is not None %}
<h1 class="title is-4">{{ page_title }}</h1>

Loading…
Cancel
Save