]> git.ozlabs.org Git - patchwork/commit
patchwork/templates: Suppress cycle template tag warning
authorJeremy Kerr <jk@ozlabs.org>
Fri, 5 Jun 2015 06:53:07 +0000 (14:53 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 5 Jun 2015 06:53:07 +0000 (14:53 +0800)
commit9cab078fedd5bd4219e6819efc5d92eed310ea39
tree3e73695fcc16c613243c12d1624d268172455e25
parent15a0fe8ac4870f910acb0e2241b999271afa114a
patchwork/templates: Suppress cycle template tag warning

Running on django 1.7 gives a warning:

RemovedInDjango18Warning: '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.

Although this change doesn't affect this template, suppress the warning
by loading from the future library.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
patchwork/templates/patchwork/patch-list.html