summaryrefslogtreecommitdiff
path: root/django/templatetags/future.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #22306 -- Removed cycle/firstof template tags from "future".Tim Graham2015-09-231-66/+0
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-5/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Removed ssi/url tags from future per deprecation timeline; refs #21939.Tim Graham2015-01-171-19/+1
* Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.Maxime Turcotte2014-03-281-3/+11
* Switched {% cycle %} and {% firstof %} tags to auto-escape their variables pe...Tim Graham2014-03-211-2/+6
* Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz2014-03-081-2/+3
* Fixed #21939 -- Deprecated loading ssi/url tags from future.Zbigniew Siciarz2014-02-161-2/+10
* Fixed some docstrings that were raising Sphinx warnings when running the admi...Julien Phalip2013-02-241-12/+12
* Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.Vladimir A Filonov2013-02-231-3/+54
* Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz2012-04-241-116/+6
* Fixed #16677 -- Fixed the future version of the ssi template tag to work with...Julien Phalip2011-08-251-1/+1
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-131-5/+2
* Enhanced a bit the documentation and docstring for the url template tag. Also...Ramiro Morales2011-06-051-4/+32
* Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee2010-11-201-0/+99