summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
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
2011-05-24Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant
2011-05-07Fixed #15263 -- Added support for format localization to the now template tag...Jannis Leidel
2011-05-03Fixed #14262 -- Added new assignment_tag as a simple way to assign the result...Jannis Leidel
2011-05-01Replaced old-style with new-style decorator syntax.Jannis Leidel
2011-04-28Fixed #15070 -- Also pass current_app and use_l10n in inclusion_tags. Thanks,...Jannis Leidel
2011-04-19Fixed #15791 - method to signal that callable objects should not be called in...Luke Plant
2011-04-19Fixes #15721 (again) via a minor tweak to avoid unexpected behaviour of copy(...Chris Beaven
2011-04-17Fixes #15721 -- Make {% include %} and RequestContext work together again.Chris Beaven
2011-04-02Advanced deprecations in django.template.Russell Keith-Magee
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-10Removed an unused code path.Luke Plant
2011-03-10Fixed #15572 - include with "only" option discards context properties (such a...Luke Plant
2011-03-08Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle...Russell Keith-Magee
2011-03-03Fixed #11206 -- Ensure that the floatformat template filter doesn't switch to...Ramiro Morales
2011-03-03Fixed #15502 -- Ensure that nested TemplateDoesNotExist errors are propegated...Russell Keith-Magee
2011-03-03Fixed #15530 -- Corrected typo in template loader deprecation message. Thanks...Russell Keith-Magee
2011-02-27Fixed #15368 - test failures due to regression with RequestContextLuke Plant