index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
Age
Commit message (
Expand
)
Author
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-14
Fixed #21266 -- Fixed E201,E202 pep8 warnings.
Larry O'Neill
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-10
Used "is" for comparisons with None.
Tim Graham
2013-10-05
Fixed #21189: Cleaned up usage of bare except clauses.
Baptiste Mispelon
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-09-19
Fixed #7557 -- Added type checking to Variable initialization.
Tim Graham
2013-09-18
Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...
Berker Peksag
2013-09-10
Prevented arbitrary file inclusion with {% ssi %} tag and relative paths.
Tim Graham
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-09
Simplify FilterExpression.args_check
Curtis Maloney
2013-09-08
Fix #20745: Don't silence TypeError raised inside templates.
Baptiste Mispelon
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-06
Fixed #16096 -- Added origin attribute to template instances.
Preston Timmons
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-30
Improved {% include %} implementation
Curtis Maloney
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-29
Fixed #7116 -- Optimize RequestContext construction
Curtis Maloney
2013-08-29
Fixed #17356 -- Allowed {% include %} to render compiled templates
Curtis Maloney
2013-08-28
Fixed #14765 -- Removed unncessary usage of NodeList in ForNode.
Tim Graham
2013-08-26
Added further fixes, tests for #19949/f33db5a09a.
Ramiro Morales
2013-08-24
Fixed 19949 -- Cached template loader now caches TemplateDoesNotExist
SusanTan
2013-08-21
Fixed #20949 -- Typo #2 in docstring
Tim Graham
2013-08-21
Fixed docstring typo, thanks minddust.
Tim Graham
2013-08-14
Fixed #20709 -- Allowed {% widthratio %} to accept an "as" parameter.
Jonathan Slenders
2013-08-12
Fixed #17778 -- Prevented class attributes on context from resolving as templ...
Tim Graham
2013-07-30
Fixed #20806 -- Cached loader caches find_template
Gavin Wahl
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-07-17
Allowed Context.push to behave as a context mananger.
Curtis Maloney
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-28
Removed 'mimetype' arguments from a few places, as per deprecation TL.
Ramiro Morales
2013-06-25
Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument
Baptiste Mispelon
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-18
Fixed #20246 -- Added non-breaking spaces between values an units
Emil Stenström
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-04-01
Updated some 'Dive Into Python' links
Claude Paroz
2013-03-17
Fixed #19510 -- Race condition in template loading.
Aymeric Augustin
2013-02-27
[py3] Always fed hashlib with bytes.
Łukasz Langa
2013-02-25
Switching to autoescape is not a change in syntax.
Carl Meyer
2013-02-25
Remove leading underscore from a function that's all growed up now.
Carl Meyer
2013-02-24
Fixed #19890 -- ifchanged templatetag rendered its content twice
Christopher Medrela
2013-02-24
Fixed #15849 -- Made IfChanged node thread safe.
Diederik van der Boor
2013-02-23
Fixed #19827 -- Kept stacktrace in defaulttags exception reraising
Lennart Regebro
2013-02-23
Merge pull request #751 from bmispelon/ticket-6271
Aymeric Augustin
2013-02-23
Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.
Vladimir A Filonov
2013-02-23
Used token.split_contents() for tokenisation in template tags accepting varia...
Baptiste Mispelon
2013-02-22
Fixed #19846 -- Optimized a dict of lists in BlockContext class
Claude Paroz
2013-02-22
Fixed #19882 -- Smarter tokenizing of {% for %} tag arguments.
Baptiste Mispelon
[prev]
[next]