summaryrefslogtreecommitdiff
path: root/main/templatetags
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 21:06:39 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 21:06:39 -0400
commitc910b9220c45eb9d493d260f325efda2141205a4 (patch)
tree6152b43ea4c60a514949238b76e549fd283b9a72 /main/templatetags
parent02ffa37f8607634e5e4eccba7ef25d4f48b29b3b (diff)
parentf9f8683799ef96904a7165adcfdeb0d13cb7ff61 (diff)
Merge tag 'release_2014-10-20' into archweb-generic
A few Jinja2 fixes and some perf changes
Diffstat (limited to 'main/templatetags')
-rw-r--r--main/templatetags/pgp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/templatetags/pgp.py b/main/templatetags/pgp.py
index cc080439..2417f688 100644
--- a/main/templatetags/pgp.py
+++ b/main/templatetags/pgp.py
@@ -44,7 +44,7 @@ def pgp_key_link(key_id, link_text=None):
return '<a href="%s" title="PGP key search for %s">%s</a>' % values
-@cache_function(1800)
+@cache_function(1741)
def name_for_key(normalized):
try:
matching_key = DeveloperKey.objects.select_related(