Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/template/defaulttags.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25610 -- Reverted removal of request.current_app i...Marten Kenbeek2015-10-261-2/+5
* Refs #22384 -- Removed obsolete code for the removal of r...Tim Graham2015-09-291-57/+19
* Removed current_app argument to render() and TemplateResp...Tim Graham2015-09-241-14/+2
* Refs #13408 -- Made unpacking mismatch an exception in {%...Tim Graham2015-09-241-4/+2
* Refs #24451 -- Removed comma-separated {% cycle %} syntax...Tim Graham2015-09-241-9/+0
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-241-76/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-6/+0
* Fixed #24127 -- Changed the default current_app to the cu...Marten Kenbeek2015-07-271-2/+9
* Corrected HTML-escaping behaviour of url template tag.Luke Plant2015-07-211-1/+3
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-6/+6
* Fixed #17085, #24783 -- Refactored template library regis...Preston Timmons2015-05-211-33/+47
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-071-9/+10
* Fixed #12199 -- Added the ability to use "as" with the fi...Craig Oldford2015-04-141-4/+14
* Updated docstring for firstof tag to reflect new auto-esc...Preston Timmons2015-04-031-4/+8
* Cleaned up the template debug implementation.Preston Timmons2015-03-201-13/+4
* Fixed #24451 -- Deprecated comma-separated {% cycle %} sy...Tim Graham2015-03-071-0/+4
* Used dict comprehension in URLNodeCorey Farwell2015-03-021-2/+4
* Set context.template instead of context.engine while rend...Aymeric Augustin2015-02-191-3/+3
* Refs #24324 -- Fixed crash in {% debug %} tag on Python 2.Tim Graham2015-02-181-1/+1
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-14/+15
* Fixed #23913 -- Deprecated the `=` comparison in `if` tem...Ola Sitarska2015-01-111-1/+1
* Fixed #24022 -- Deprecated the ssi tag.Preston Timmons2015-01-061-0/+5
* Deprecated current_app in TemplateResponse and render(_to...Aymeric Augustin2014-12-281-2/+9
* Passed a reference to the current engine when instantiati...Aymeric Augustin2014-12-281-1/+1
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Fixed #23914 -- Improved {% now %} to allow storing its r...Baptiste Mispelon2014-11-251-3/+14
* Encapsulated TEMPLATE_DEBUG in Engine.Aymeric Augustin2014-11-231-1/+1
* Encapsulated ALLOWED_INCLUDE_ROOTS in Engine.Aymeric Augustin2014-11-231-3/+3
* Limited lines to 119 characters in django/Tim Graham2014-09-051-2/+7
* Fixed #23060 -- Prevented UnicodeDecodeError in debug tem...qingfeng2014-07-261-1/+1
* Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham2014-07-141-0/+66
* Fixed #13408 -- Deprecated silent unpacking exception pas...e0ne2014-04-081-1/+18
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Switched {% cycle %} and {% firstof %} tags to auto-escap...Tim Graham2014-03-211-28/+7
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-2/+2
* Removed Django 1.5 upgrade hints for {% url %} tag.Tim Graham2014-02-281-10/+1
* Fixed #21959 -- Handled Inf/NaN in widthratio tag.Aymeric Augustin2014-02-081-2/+2
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-2/+2
* Fixed all E226 violationsAlex Gaynor2013-11-031-2/+2
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-031-0/+44
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-3/+3
* Used "is" for comparisons with None.Tim Graham2013-10-101-1/+1
* Prevented arbitrary file inclusion with {% ssi %} tag and...Tim Graham2013-09-111-0/+2
* Fixed a number of flake8 errors -- particularly around un...Alex Gaynor2013-09-071-1/+0
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-5/+5
* Fixed #14765 -- Removed unncessary usage of NodeList in F...Tim Graham2013-08-281-3/+3