Skip to content

Commit

Permalink
Disable bug detail caching
Browse files Browse the repository at this point in the history
It breaks the relative date handling.
  • Loading branch information
gavinwahl committed Apr 28, 2017
1 parent b0d0ec5 commit c28f06f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions buggy/templates/buggy/bug_detail.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{% extends "buggy/base.html" %}

{% load buggy_tags thumbnail argonauts absoluteuri cache %}
{% load buggy_tags thumbnail argonauts absoluteuri %}

{% block title %}{{ block.super }} - {{ bug.title }}{% endblock %}

{% block content %}
{% cache 31536000 bug_detail bug.id bug.modified_at %}

<script>
window._harvestPlatformConfig = {
Expand Down Expand Up @@ -68,8 +67,6 @@ <h3>Attachments</h3>
</section>
{% endfor %}

{% endcache %}

{% include "buggy/_bug_form.html" %}

{% endblock %}

0 comments on commit c28f06f

Please sign in to comment.