index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
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
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-30
Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...
Aymeric Augustin
2011-10-29
Made the defaultfilters tests run on the actual filters, not on functions imp...
Aymeric Augustin
2011-10-29
Used the decorator syntax consistently to register template filters.
Aymeric Augustin
2011-10-29
Used the decorator syntax consistently for stringfilter. Fixed linebreaks tha...
Aymeric Augustin
2011-10-19
Fixed #14806 -- Added support for contextual translations to the `trans` and ...
Julien Phalip
2011-10-17
Remove several more relative imports.
Alex Gaynor
2011-10-11
Simplify some code to have one loop, rather than two.
Alex Gaynor
2011-10-11
Change some string literals to be unicode, because:
Alex Gaynor
2011-09-30
Fixed #16935 - misleading message if AttributeError escapes during SimpleTemp...
Luke Plant
2011-09-27
Fixed #13956 -- Enabled `*args` and `**kwargs` support for `simple_tag`, `inc...
Julien Phalip
2011-09-25
Fixed #16927 -- Corrected the `{% ifchanged %}` template tag's documentation....
Julien Phalip
2011-09-21
Fixed #16866 -- Clearer error message if empty list is passed to select_templ...
Carl Meyer
2011-09-18
Fixed #16676 -- Corrected the behavior of the 'add' template filter to return...
Julien Phalip
2011-09-16
Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...
Carl Meyer
2011-09-15
Fixed #16848 - Adjusted SimpleTemplateResponse.__init__ to be less brittle.
Carl Meyer
2011-09-10
Kill some more dead code.
Alex Gaynor
2011-09-10
Make a comment more accurate.
Alex Gaynor
2011-08-27
Fix a small thread safety issue in ExtendsNode. No tests, but Malcolm said th...
Chris Beaven
2011-08-22
Silenced a "classic division" warning in floatformat template filter.
Malcolm Tredinnick
2011-08-12
Fixed #5831 -- Made sure the ForNode reports the correct source of an excepti...
Jannis Leidel
2011-07-29
Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs...
Jannis Leidel
2011-07-29
Fixed #16326 -- Fixed re-pickling of unpickled TemplateResponse instances. Th...
Jannis Leidel
2011-07-25
Fixed #16510 -- Actually added new truncatechars filter to the builtins and f...
Jannis Leidel
2011-07-14
Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-16
Fixed #16200 -- Stopped TemplateIfParser from returning something in `__init_...
Jannis Leidel
2011-06-11
Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to...
Jannis Leidel
2011-06-11
Fixed #12847 -- Added name parameter to simple_tag, assignment_tag and inclus...
Jannis Leidel
2011-05-27
Tweaked some changes from [16283] to fix failures in i18n and defaultfilters ...
Ramiro Morales
2011-05-27
Moved a bunch of imports in the defaultfilters library out of functions. On ...
Alex Gaynor
2011-05-24
Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...
Luke Plant
2011-05-07
Fixed #15263 -- Added support for format localization to the now template tag...
Jannis Leidel
2011-05-03
Fixed #14262 -- Added new assignment_tag as a simple way to assign the result...
Jannis Leidel
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-04-28
Fixed #15070 -- Also pass current_app and use_l10n in inclusion_tags. Thanks,...
Jannis Leidel
2011-04-19
Fixed #15791 - method to signal that callable objects should not be called in...
Luke Plant
2011-04-19
Fixes #15721 (again) via a minor tweak to avoid unexpected behaviour of copy(...
Chris Beaven
2011-04-17
Fixes #15721 -- Make {% include %} and RequestContext work together again.
Chris Beaven
2011-04-02
Advanced deprecations in django.template.
Russell Keith-Magee
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-10
Removed an unused code path.
Luke Plant
2011-03-10
Fixed #15572 - include with "only" option discards context properties (such a...
Luke Plant
2011-03-08
Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...
Russell Keith-Magee
2011-03-03
Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to...
Ramiro Morales
2011-03-03
Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...
Russell Keith-Magee
2011-03-03
Fixed #15530 -- Corrected typo in template loader deprecation message. Thanks...
Russell Keith-Magee
2011-02-27
Fixed #15368 - test failures due to regression with RequestContext
Luke Plant
[next]