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
2012-02-21
Fixed #17660 -- Standardize extends tag token parsing
Chris Beaven
2012-02-14
Fixed #17675 -- Changed the implementation of the {% regroup %} template tag ...
Aymeric Augustin
2012-02-02
Fixed loader_tags.py to import token_kwargs from the correct module
Adrian Holovaty
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
2012-01-24
Fixed #15092 -- Made `{% now %}` work with single-quoted string arguments. Th...
Julien Phalip
2012-01-15
Made dictsort and dictsort reversed template filters fail silently
Ramiro Morales
2012-01-03
Fixed #17496 -- Regression in the floatformat template filter, introduced by ...
Aymeric Augustin
2011-12-30
Fixed #15789 -- Set the decimal precisio to avoid an exception in the floatfo...
Aymeric Augustin
2011-12-30
Fixed #17303 -- Ensured the list of template loaders is fully loaded before i...
Aymeric Augustin
2011-12-24
Fixed #17110 -- Mentionned that the {% filter %} tag doesn't support the 'saf...
Aymeric Augustin
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-12-17
Fixed #11166 -- {% widthratio %} should return 0 when the maximum is 0, no ma...
Aymeric Augustin
2011-12-17
Fixed #17233 -- Fixed typo in defaultfilters.py docstring. Thanks, aalexapolsky
Adrian Holovaty
2011-12-09
Fixed #17348 -- Implemented {% elif %}. Refs #3100.
Aymeric Augustin
2011-12-09
Fixed #3100 -- Added support for arguments on intermediate tag tokens.
Aymeric Augustin
2011-12-04
Fixed #17343 -- Changed the {% now %} tag to use the current time zone when t...
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
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
[next]