summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2014-07-26[1.7.x] Fixed #23060 -- Prevented UnicodeDecodeError in debug templatetagqingfeng
2014-04-21[1.7.x] Corrected many style guide violations that the newest version of flak...Alex Gaynor
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-28Removed Django 1.5 upgrade hints for {% url %} tag.Tim Graham
2014-02-23Removed incorrect statement from docstringPatrick Robertson
2014-02-22Fixed #21741 -- Fixed render_to_string to stop pushing empty dictionaries to ...Baptiste Mispelon
2014-02-16Made the new template.Context.flatten() method a public API.Marek Wywiał
2014-02-15Fixed bad comparison logic introduced in d97bf2e9c8971764690caaf81a0914bc368d...Baptiste Mispelon
2014-02-15Fixed #21765 -- Added support for comparing Context instancesMarek Wywiał
2014-02-13Fixed #19496 -- Added truncatechars_html filter.Jeremy
2014-02-08Fixed #21959 -- Handled Inf/NaN in widthratio tag.Aymeric Augustin
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-02-08Allowed more easily subclassing of BlockNode tags.Mitar
2014-01-19Moved the loader tags registration with the other builtins.Baptiste Mispelon
2013-12-27Don't try to load app directory templates from apps with a path (eg eggs)Florian Apolloner
2013-12-27Properly app_template_dirs when INSTALLED_APPS change.Florian Apolloner
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Stopped iterating on INSTALLED_APPS.Aymeric Augustin
2013-12-19Small flake8 fixes -- number of blank lines between top level definitionsAlex Gaynor
2013-12-20Fixed #21639 -- Implemented RenderContext.__getitem__Alex Hill
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-10Moved imports to the top of the defaultfilters module.Aymeric Augustin
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-22Fixed #21460 -- Reenabled proper template precedence in find_templatePablo Martín
2013-11-09Fixed spelling of compatibility.Tim Graham
2013-11-08Fixed #17529 -- get_template_from_string default arguments breakUnai Zalakain
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02Fixed the remaining E302 violations int eh django packageAlex Gaynor
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Merge pull request #1848 from rayashmanjr/masterAlex Gaynor
2013-11-02Correct flake8 violation E261Ray Ashman Jr
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-21Fixed E227 pep8 warningsTim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-10-10Used "is" for comparisons with None.Tim Graham
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-09-22Removed a few trailing backslashes.Aymeric Augustin
2013-09-19Fixed #7557 -- Added type checking to Variable initialization.Tim Graham
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
2013-09-10Prevented arbitrary file inclusion with {% ssi %} tag and relative paths.Tim Graham
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-09Simplify FilterExpression.args_checkCurtis Maloney