Fix caching with different types

This commit is contained in:
2023-02-15 07:20:53 +00:00
parent b6952767d5
commit bc60eabb05
15 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
{% load cachalot cache %}
{% get_last_invalidation 'core.Trade' as last %}
{% include 'mixins/partials/notify.html' %}
{% cache 600 objects_trades request.user.id object_list last %}
{% cache 600 objects_trades request.user.id object_list type last %}
<table
class="table is-fullwidth is-hoverable"
hx-target="#{{ context_object_name }}-table"