index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
template
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[1.6.x] Fixed #17778 -- Prevented class attributes on context from resolving ...
Tim Graham
2013-08-15
1
-1
/
+4
*
Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument
Baptiste Mispelon
2013-06-25
1
-0
/
+1
*
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-17
1
-1
/
+1
*
Remove leading underscore from a function that's all growed up now.
Carl Meyer
2013-02-25
1
-2
/
+2
*
Fixed #19829 -- Fixed index lookups for NumPy arrays in templates.
Julien Phalip
2013-02-14
1
-1
/
+1
*
Fixed #19819 - Improved template filter errors handling.
Michael van Tellingen
2013-02-14
1
-1
/
+8
*
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-30
1
-3
/
+3
*
[py3] Made __repr__ return str with Python 3
Claude Paroz
2012-08-12
1
-2
/
+2
*
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
1
-1
/
+3
*
[py3] Removed redundant __str__ methods.
Aymeric Augustin
2012-08-12
1
-3
/
+0
*
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
1
-6
/
+6
*
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-07
1
-1
/
+1
*
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
1
-1
/
+1
*
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
1
-1
/
+2
*
Fixed #14502 again -- saner verbatim closing token
Chris Beaven
2012-06-19
1
-7
/
+2
*
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
1
-4
/
+4
*
Fixed #14502 -- Added a verbatim template tag.
Aymeric Augustin
2012-06-07
1
-2
/
+14
*
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-10
1
-1
/
+1
*
Fixed #4746 -- Allowed spaces around filter separator.
Aymeric Augustin
2012-04-30
1
-1
/
+1
*
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
1
-3
/
+3
*
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
2012-04-29
1
-3
/
+3
*
Made a tiny performance improvement in the template system's Parser.parse() -...
Adrian Holovaty
2012-01-28
1
-3
/
+4
*
Made a small optimization to the template lexer. There's no need to calculate...
Adrian Holovaty
2012-01-27
1
-11
/
+7
*
Fixed #3100 -- Added support for arguments on intermediate tag tokens.
Aymeric Augustin
2011-12-09
1
-5
/
+5
*
Fixed #16787 -- Restored the ability to {% load %} template tags libraries wi...
Aymeric Augustin
2011-11-21
1
-3
/
+17
*
Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...
Jannis Leidel
2011-11-18
1
-3
/
+3
*
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-18
1
-1
/
+6
*
Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...
Aymeric Augustin
2011-10-30
1
-8
/
+21
*
Fixed #14806 -- Added support for contextual translations to the `trans` and ...
Julien Phalip
2011-10-19
1
-2
/
+6
*
Remove several more relative imports.
Alex Gaynor
2011-10-17
1
-1
/
+3
*
Simplify some code to have one loop, rather than two.
Alex Gaynor
2011-10-11
1
-3
/
+4
*
Change some string literals to be unicode, because:
Alex Gaynor
2011-10-11
1
-1
/
+1
*
Fixed #13956 -- Enabled `*args` and `**kwargs` support for `simple_tag`, `inc...
Julien Phalip
2011-09-27
1
-185
/
+375
*
Make a comment more accurate.
Alex Gaynor
2011-09-10
1
-1
/
+3
*
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-13
1
-2
/
+0
*
Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to...
Jannis Leidel
2011-06-11
1
-1
/
+3
*
Fixed #12847 -- Added name parameter to simple_tag, assignment_tag and inclus...
Jannis Leidel
2011-06-11
1
-8
/
+11
*
Fixed #14262 -- Added new assignment_tag as a simple way to assign the result...
Jannis Leidel
2011-05-03
1
-0
/
+60
*
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-05-01
1
-2
/
+2
*
Fixed #15070 -- Also pass current_app and use_l10n in inclusion_tags. Thanks,...
Jannis Leidel
2011-04-28
1
-1
/
+5
*
Fixed #15791 - method to signal that callable objects should not be called in...
Luke Plant
2011-04-19
1
-1
/
+3
*
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-28
1
-3
/
+4
*
Fixed #15157 -- Modified evaluation of literals surrounded by _(' and ')' in ...
Ramiro Morales
2011-01-26
1
-2
/
+2
*
Fixed #7153 -- _resolve_lookup now does a better job of resolving callables a...
Chris Beaven
2010-12-19
1
-38
/
+29
*
Fixed #14908 -- Added a 'takes_context' argument to simple_tag. Thanks to Jul...
Russell Keith-Magee
2010-12-19
1
-12
/
+31
*
Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...
Ramiro Morales
2010-12-04
1
-0
/
+4
*
Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...
Russell Keith-Magee
2010-11-27
1
-0
/
+1005