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
/
base.py
Age
Commit message (
Expand
)
Author
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-23
Removed incorrect statement from docstring
Patrick Robertson
2014-01-19
Moved the loader tags registration with the other builtins.
Baptiste Mispelon
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-14
Fixed E127 pep8 warnings.
Loic Bistuer
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-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-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-09-19
Fixed #7557 -- Added type checking to Variable initialization.
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 #16096 -- Added origin attribute to template instances.
Preston Timmons
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-12
Fixed #17778 -- Prevented class attributes on context from resolving as templ...
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-06-25
Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument
Baptiste Mispelon
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-02-25
Remove leading underscore from a function that's all growed up now.
Carl Meyer
2013-02-14
Fixed #19829 -- Fixed index lookups for NumPy arrays in templates.
Julien Phalip
2013-02-14
Fixed #19819 - Improved template filter errors handling.
Michael van Tellingen
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-12
[py3] Made __repr__ return str with Python 3
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
[py3] Removed redundant __str__ methods.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-19
Fixed #14502 again -- saner verbatim closing token
Chris Beaven
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Fixed #14502 -- Added a verbatim template tag.
Aymeric Augustin
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-04-30
Fixed #4746 -- Allowed spaces around filter separator.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
2012-01-28
Made a tiny performance improvement in the template system's Parser.parse() -...
Adrian Holovaty
2012-01-27
Made a small optimization to the template lexer. There's no need to calculate...
Adrian Holovaty
2011-12-09
Fixed #3100 -- Added support for arguments on intermediate tag tokens.
Aymeric Augustin
2011-11-21
Fixed #16787 -- Restored the ability to {% load %} template tags libraries wi...
Aymeric Augustin
2011-11-18
Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...
Jannis Leidel
[next]