summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
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
2013-09-08Fix #20745: Don't silence TypeError raised inside templates.Baptiste Mispelon
2013-09-06Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor
2013-09-06Fixed #16096 -- Added origin attribute to template instances.Preston Timmons
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-30Improved {% include %} implementationCurtis Maloney
2013-08-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2013-08-29Fixed #7116 -- Optimize RequestContext constructionCurtis Maloney
2013-08-29Fixed #17356 -- Allowed {% include %} to render compiled templatesCurtis Maloney
2013-08-28Fixed #14765 -- Removed unncessary usage of NodeList in ForNode.Tim Graham
2013-08-26Added further fixes, tests for #19949/f33db5a09a.Ramiro Morales
2013-08-24Fixed 19949 -- Cached template loader now caches TemplateDoesNotExistSusanTan
2013-08-21Fixed #20949 -- Typo #2 in docstringTim Graham
2013-08-21Fixed docstring typo, thanks minddust.Tim Graham
2013-08-14Fixed #20709 -- Allowed {% widthratio %} to accept an "as" parameter.Jonathan Slenders
2013-08-12Fixed #17778 -- Prevented class attributes on context from resolving as templ...Tim Graham
2013-07-30Fixed #20806 -- Cached loader caches find_templateGavin Wahl
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-17Allowed Context.push to behave as a context mananger.Curtis Maloney
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-28Removed 'mimetype' arguments from a few places, as per deprecation TL.Ramiro Morales
2013-06-25Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argumentBaptiste Mispelon
2013-06-19Removed several unused imports.Aymeric Augustin
2013-05-18Fixed #20246 -- Added non-breaking spaces between values an unitsEmil Stenström
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-04-01Updated some 'Dive Into Python' linksClaude Paroz
2013-03-17Fixed #19510 -- Race condition in template loading.Aymeric Augustin
2013-02-27[py3] Always fed hashlib with bytes.Łukasz Langa
2013-02-25Switching to autoescape is not a change in syntax.Carl Meyer
2013-02-25Remove leading underscore from a function that's all growed up now.Carl Meyer
2013-02-24Fixed #19890 -- ifchanged templatetag rendered its content twiceChristopher Medrela
2013-02-24Fixed #15849 -- Made IfChanged node thread safe.Diederik van der Boor
2013-02-23Fixed #19827 -- Kept stacktrace in defaulttags exception reraisingLennart Regebro
2013-02-23Merge pull request #751 from bmispelon/ticket-6271Aymeric Augustin
2013-02-23Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.Vladimir A Filonov
2013-02-23Used token.split_contents() for tokenisation in template tags accepting varia...Baptiste Mispelon
2013-02-22Fixed #19846 -- Optimized a dict of lists in BlockContext classClaude Paroz
2013-02-22Fixed #19882 -- Smarter tokenizing of {% for %} tag arguments.Baptiste Mispelon