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
2014-01-19
Moved the loader tags registration with the other builtins.
Baptiste Mispelon
2013-12-27
Don't try to load app directory templates from apps with a path (eg eggs)
Florian Apolloner
2013-12-27
Properly app_template_dirs when INSTALLED_APPS change.
Florian Apolloner
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-19
Small flake8 fixes -- number of blank lines between top level definitions
Alex Gaynor
2013-12-20
Fixed #21639 -- Implemented RenderContext.__getitem__
Alex Hill
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-10
Moved imports to the top of the defaultfilters module.
Aymeric Augustin
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-22
Fixed #21460 -- Reenabled proper template precedence in find_template
Pablo MartÃn
2013-11-09
Fixed spelling of compatibility.
Tim Graham
2013-11-08
Fixed #17529 -- get_template_from_string default arguments break
Unai Zalakain
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
Fixed the remaining E302 violations int eh django package
Alex Gaynor
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Merge pull request #1848 from rayashmanjr/master
Alex Gaynor
2013-11-02
Correct flake8 violation E261
Ray Ashman Jr
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-10-21
Fixed E227 pep8 warnings
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
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
[next]