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>
This commit is contained in:
Dan McGee 2013-11-06 21:10:52 -06:00
parent 3061d1c951
commit 86f9d6788e
18 changed files with 19 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load flags %}
{% load tz %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load cache %}
{% load package_extras %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load attributes %}
{% load package_extras %}

View File

@ -1,3 +1,4 @@
{% load cycle from future %}
{% load cache %}
{% cache 60 dev-dash-by-arch %}

View File

@ -1,3 +1,4 @@
{% load cycle from future %}
{% load flags mirror_status %}
<table id="errorlog_mirrors" class="results">
<thead>

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load mirror_status %}
{% load flags %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% block title %}Arch Linux - Mirror Overview{% endblock %}

View File

@ -1,3 +1,4 @@
{% load cycle from future %}
{% load flags mirror_status %}
<table id="{{ table_id }}" class="results">
<thead>

View File

@ -1,4 +1,6 @@
{% extends "base.html" %}
{% load cycle from future %}
{% block title %}Arch Linux - News{% endblock %}
{% block head %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% block title %}Arch Linux - Package Differences Reports{% endblock %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% block title %}Arch Linux - Package Groups{% if arch %} - {{ arch }}{% endif %}{% endblock %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load package_extras %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load package_extras %}
{% block title %}Arch Linux - Package Database{% endblock %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load package_extras %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% block title %}Arch Linux - Stale Package Relations{% endblock %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% block title %}Arch Linux - Releases{% endblock %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% block title %}Arch Linux - Todo Lists{% endblock %}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
{% load cycle from future %}
{% load static from staticfiles %}
{% load package_extras %}
{% load todolists %}