summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2012-02-21Fixed #17660 -- Standardize extends tag token parsingChris Beaven
2012-02-14Fixed #17675 -- Changed the implementation of the {% regroup %} template tag ...Aymeric Augustin
2012-02-02Fixed loader_tags.py to import token_kwargs from the correct moduleAdrian Holovaty
2012-01-28Made a tiny performance improvement in the template system's Parser.parse() -...Adrian Holovaty
2012-01-27Made a small optimization to the template lexer. There's no need to calculate...Adrian Holovaty
2012-01-24Fixed #15092 -- Made `{% now %}` work with single-quoted string arguments. Th...Julien Phalip
2012-01-15Made dictsort and dictsort reversed template filters fail silentlyRamiro Morales
2012-01-03Fixed #17496 -- Regression in the floatformat template filter, introduced by ...Aymeric Augustin
2011-12-30Fixed #15789 -- Set the decimal precisio to avoid an exception in the floatfo...Aymeric Augustin
2011-12-30Fixed #17303 -- Ensured the list of template loaders is fully loaded before i...Aymeric Augustin
2011-12-24Fixed #17110 -- Mentionned that the {% filter %} tag doesn't support the 'saf...Aymeric Augustin
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-12-17Fixed #11166 -- {% widthratio %} should return 0 when the maximum is 0, no ma...Aymeric Augustin
2011-12-17Fixed #17233 -- Fixed typo in defaultfilters.py docstring. Thanks, aalexapolskyAdrian Holovaty
2011-12-09Fixed #17348 -- Implemented {% elif %}. Refs #3100.Aymeric Augustin
2011-12-09Fixed #3100 -- Added support for arguments on intermediate tag tokens.Aymeric Augustin
2011-12-04Fixed #17343 -- Changed the {% now %} tag to use the current time zone when t...Aymeric Augustin
2011-11-21Fixed #16787 -- Restored the ability to {% load %} template tags libraries wi...Aymeric Augustin
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-10-30Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...Aymeric Augustin
2011-10-29Made the defaultfilters tests run on the actual filters, not on functions imp...Aymeric Augustin
2011-10-29Used the decorator syntax consistently to register template filters.Aymeric Augustin
2011-10-29Used the decorator syntax consistently for stringfilter. Fixed linebreaks tha...Aymeric Augustin
2011-10-19Fixed #14806 -- Added support for contextual translations to the `trans` and ...Julien Phalip
2011-10-17Remove several more relative imports.Alex Gaynor
2011-10-11Simplify some code to have one loop, rather than two.Alex Gaynor
2011-10-11Change some string literals to be unicode, because:Alex Gaynor
2011-09-30Fixed #16935 - misleading message if AttributeError escapes during SimpleTemp...Luke Plant
2011-09-27Fixed #13956 -- Enabled `*args` and `**kwargs` support for `simple_tag`, `inc...Julien Phalip
2011-09-25Fixed #16927 -- Corrected the `{% ifchanged %}` template tag's documentation....Julien Phalip
2011-09-21Fixed #16866 -- Clearer error message if empty list is passed to select_templ...Carl Meyer
2011-09-18Fixed #16676 -- Corrected the behavior of the 'add' template filter to return...Julien Phalip
2011-09-16Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...Carl Meyer
2011-09-15Fixed #16848 - Adjusted SimpleTemplateResponse.__init__ to be less brittle.Carl Meyer
2011-09-10Kill some more dead code.Alex Gaynor
2011-09-10Make a comment more accurate.Alex Gaynor
2011-08-27Fix a small thread safety issue in ExtendsNode. No tests, but Malcolm said th...Chris Beaven
2011-08-22Silenced a "classic division" warning in floatformat template filter.Malcolm Tredinnick
2011-08-12Fixed #5831 -- Made sure the ForNode reports the correct source of an excepti...Jannis Leidel
2011-07-29Fixed #14288 -- Fixed linebreaksbr template filter to normalize newlines firs...Jannis Leidel
2011-07-29Fixed #16326 -- Fixed re-pickling of unpickled TemplateResponse instances. Th...Jannis Leidel
2011-07-25Fixed #16510 -- Actually added new truncatechars filter to the builtins and f...Jannis Leidel
2011-07-14Fixed #5025 -- Add a "truncatechars" template filter. Many thanks to Chris Be...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-16Fixed #16200 -- Stopped TemplateIfParser from returning something in `__init_...Jannis Leidel
2011-06-11Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to...Jannis Leidel
2011-06-11Fixed #12847 -- Added name parameter to simple_tag, assignment_tag and inclus...Jannis Leidel
2011-05-27Tweaked some changes from [16283] to fix failures in i18n and defaultfilters ...Ramiro Morales
2011-05-27Moved a bunch of imports in the defaultfilters library out of functions. On ...Alex Gaynor