summaryrefslogtreecommitdiff
path: root/django/template
AgeCommit message (Expand)Author
2007-03-16Small tweaks to docstrings from [4700]Adrian Holovaty
2007-03-10Fixed #3696 -- Fixed inline documentation to avoid some HTML validity issues.Malcolm Tredinnick
2007-03-10Fixed #3693 -- Fixed RST error in floatformat docstring. Thanks, SimonMalcolm Tredinnick
2007-03-09Fixed #3670 -- Fixed template argument parsing so that it understands negativeMalcolm Tredinnick
2007-02-27Fixed #3465: template variable lookups like {{ foobar.13 }} now (correctly) f...Jacob Kaplan-Moss
2007-02-23Fixed #3558: [4558] broken in Python 2.3; this fixes that breakage. Thanks fo...Jacob Kaplan-Moss
2007-02-23Fixed #343: filters that take strings now handle non-strings correctly. Thank...Jacob Kaplan-Moss
2007-02-13Fixed #3155 -- Allow an integer to be passed to the urlencode filter. PatchMalcolm Tredinnick
2007-02-13Fixed #2606 -- Added tag for working out the URL of a particular view function.Malcolm Tredinnick
2007-02-12Small formatting tweaks to named-end-blocks change from [4489]Adrian Holovaty
2007-02-12Fixed #3351 -- Added optional naming of the block in "endblock" tags to ensureMalcolm Tredinnick
2007-02-10Fixed #3071 -- added a {{{__contains__}}} method to the Context class. ThanksMalcolm Tredinnick
2007-02-10Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilstMalcolm Tredinnick
2007-02-09Fixed #3468 -- fixed typo in VariableDoesNotExist.__str__. Pointed out byMalcolm Tredinnick
2007-02-06Fixed #3441: VariableDoesNotExist is now a bit lazier about rendering its err...Jacob Kaplan-Moss
2007-01-03Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ...Russell Keith-Magee
2006-12-05Template system now supports variables whose str() returns a Unicode object w...Adrian Holovaty
2006-11-07Formatting fixes from the past round of checkinsAdrian Holovaty
2006-11-07Fixed #2800: the ifchanged tag now can optionally take paramaters to be check...Jacob Kaplan-Moss
2006-11-07Fixed #2914: filesizeformat no longer dies on invalid values. Thanks, dev@sim...Jacob Kaplan-Moss
2006-11-07Fixed #2343: Library.inclusion_tag now accepts a list of template names along...Jacob Kaplan-Moss
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-10-27Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet...Adrian Holovaty
2006-10-24Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ...Adrian Holovaty
2006-09-26Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc.Malcolm Tredinnick
2006-09-23Fixed #2454 -- Make "ifchanged" tag work more predictably inside nestedMalcolm Tredinnick
2006-09-23Fixed #2456 -- Added backslash escaping to addslashes, which is necessary onceMalcolm Tredinnick
2006-09-21Fixed #2743 -- Made the value of a cycle tag accessible through the context.Malcolm Tredinnick
2006-09-05Fixed #2645 -- Fixed format-string error in exception call in template/__init...Adrian Holovaty
2006-09-04Added small comment to django.template.loader_tags, to clarify change from [3...Adrian Holovaty
2006-09-04Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w...Russell Keith-Magee
2006-09-03Refs #2333 - Added documentation for the test Client, and removed a stray imp...Russell Keith-Magee
2006-09-02Refs #2333 - Removed a call to the signal dispatcher that was mistakenly merg...Russell Keith-Magee
2006-09-02Refs #2333 - Re-added the template rendering signal for testing purposes; how...Russell Keith-Magee
2006-08-30Refs #1400 - Reverted r3269. Template variable evalution should follow Python...Russell Keith-Magee
2006-08-27Reverted [3659], the 'name' field on Template objects and the signal emitted ...Adrian Holovaty
2006-08-27Refs #2333 - Added a signal that is emitted whenever a template is rendered, ...Russell Keith-Magee
2006-08-13Fixed incorrect error message in django.template.loaders.filesystem if you pa...Adrian Holovaty
2006-08-12Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, ...Adrian Holovaty
2006-07-27Fixed #1650: the {% extends %} tag now can extend a Template object passed in...Jacob Kaplan-Moss
2006-07-25Made correction to a comment in django/template/loader_tags.pyAdrian Holovaty
2006-07-25Negligible formatting change to django/template/__init__.pyAdrian Holovaty
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-19Fixed #1647 -- Included slightly more information in template syntax errorMalcolm Tredinnick
2006-07-15Fixed a small typo in the wordwrap filter's docstring.Malcolm Tredinnick
2006-07-10Fixed #2320 -- corrected numerous errors in the custom tag examples inMalcolm Tredinnick
2006-07-07Fixed #2303 -- Fixed bug in [3269] with regard to True and False special-casi...Adrian Holovaty
2006-07-04Refs #2202 -- Cleaned up technique of splitting arguments, based upon a sugge...Russell Keith-Magee
2006-07-04Fixes #2202 -- Added ability to customize output of pluralize filter to handl...Russell Keith-Magee