summaryrefslogtreecommitdiffstats
path: root/templates/devel
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-11-07 04:10:52 +0100
committerDan McGee <dan@archlinux.org>2013-11-07 04:10:52 +0100
commit86f9d6788e22376560ca1a56e86c8f679b832907 (patch)
treea50d7fd9ee1b68fcfc99fa8b17ff84681c23d0a6 /templates/devel
parent3061d1c9515cd44ecc79f95c57b268564a481ccf (diff)
downloadarchweb-86f9d6788e22376560ca1a56e86c8f679b832907.tar.gz
archweb-86f9d6788e22376560ca1a56e86c8f679b832907.tar.xz
Django 1.6 upgrade, deprecation cleanup
PendingDeprecationWarning: 'The `cycle` template tag is changing to escape its arguments; the non-autoescaping version is deprecated. Load it from the `future` tag library to start using the new behavior. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel')
-rw-r--r--templates/devel/clock.html1
-rw-r--r--templates/devel/index.html1
-rw-r--r--templates/devel/packages.html1
-rw-r--r--templates/devel/stats.html1
4 files changed, 4 insertions, 0 deletions
diff --git a/templates/devel/clock.html b/templates/devel/clock.html
index 2c5bfac..9d672f1 100644
--- a/templates/devel/clock.html
+++ b/templates/devel/clock.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load cycle from future %}
{% load static from staticfiles %}
{% load flags %}
{% load tz %}
diff --git a/templates/devel/index.html b/templates/devel/index.html
index 03e5d73..c0c437a 100644
--- a/templates/devel/index.html
+++ b/templates/devel/index.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load cycle from future %}
{% load static from staticfiles %}
{% load cache %}
{% load package_extras %}
diff --git a/templates/devel/packages.html b/templates/devel/packages.html
index d6aab49..74aebf2 100644
--- a/templates/devel/packages.html
+++ b/templates/devel/packages.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load cycle from future %}
{% load static from staticfiles %}
{% load attributes %}
{% load package_extras %}
diff --git a/templates/devel/stats.html b/templates/devel/stats.html
index 2dbe475..9b3b1d2 100644
--- a/templates/devel/stats.html
+++ b/templates/devel/stats.html
@@ -1,3 +1,4 @@
+{% load cycle from future %}
{% load cache %}
{% cache 60 dev-dash-by-arch %}