| Age | Commit message (Expand) | Author |
| 2008-02-28 | gis: Merged revisions 7105-7168 via svnmerge from trunk. | Justin Bronn |
| 2008-02-08 | gis: Merged revisions 7044-7102 via svnmerge from trunk. | Justin Bronn |
| 2008-01-28 | gis: Merged revisions 6990-7043 via svnmerge from trunk. | Justin Bronn |
| 2008-01-02 | gis: Merged revisions 6920-6989 via svnmerge from trunk. | Justin Bronn |
| 2007-12-15 | gis: Merged revisions 6672,6686-6688,6690,6693,6707-6708,6726,6730,6753,6755-... | Justin Bronn |
| 2007-12-01 | gis: Merged 6672-6783 vis svnmerge from trunk | Jeremy Dunck |
| 2007-11-14 | gis: Merged revisions 6614-6671 via svnmerge from trunk. | Justin Bronn |
| 2007-10-26 | gis: Merged revisions 6525-6613 via svnmerge from [repos:django/trunk trunk]. | Justin Bronn |
| 2007-10-01 | gis: Merged revisions 6394-6441 via svnmerge from [repos:django/trunk trunk]. | Justin Bronn |
| 2007-09-20 | gis: Merged revisions 6021-6393 via svnmerge from [repos:django/trunk trunk]. | Justin Bronn |
| 2007-08-26 | gis: Merged revisions 6000-6020 via svnmerge from [repos:django/trunk trunk]. | Justin Bronn |
| 2007-08-26 | gis: Made necessary modifications for unicode, manage refactor, backend refac... | Justin Bronn |
| 2007-06-25 | gis: Merged revisions 5491-5539 via svnmerge from | Jeremy Dunck |
| 2007-06-18 | gis: Merged revisions 4786-5490 via svnmerge from | Jeremy Dunck |
| 2007-03-23 | gis: Merged revisions 4669-4785 via svnmerge from trunk. | Jeremy Dunck |
| 2007-03-06 | gis: Merged revisions 4564-4668 via svnmerge from | Jeremy Dunck |
| 2007-02-23 | Fixed #3558: [4558] broken in Python 2.3; this fixes that breakage. Thanks fo... | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed #343: filters that take strings now handle non-strings correctly. Thank... | Jacob Kaplan-Moss |
| 2007-02-13 | Fixed #3155 -- Allow an integer to be passed to the urlencode filter. Patch | Malcolm Tredinnick |
| 2007-02-13 | Fixed #2606 -- Added tag for working out the URL of a particular view function. | Malcolm Tredinnick |
| 2007-02-12 | Small formatting tweaks to named-end-blocks change from [4489] | Adrian Holovaty |
| 2007-02-12 | Fixed #3351 -- Added optional naming of the block in "endblock" tags to ensure | Malcolm Tredinnick |
| 2007-02-10 | Fixed #3071 -- added a {{{__contains__}}} method to the Context class. Thanks | Malcolm Tredinnick |
| 2007-02-10 | Fixed #2027 -- added truncatewords_html filter that respects HTML tags whilst | Malcolm Tredinnick |
| 2007-02-09 | Fixed #3468 -- fixed typo in VariableDoesNotExist.__str__. Pointed out by | Malcolm Tredinnick |
| 2007-02-06 | Fixed #3441: VariableDoesNotExist is now a bit lazier about rendering its err... | Jacob Kaplan-Moss |
| 2007-01-03 | Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ... | Russell Keith-Magee |
| 2006-12-05 | Template system now supports variables whose str() returns a Unicode object w... | Adrian Holovaty |
| 2006-11-07 | Formatting fixes from the past round of checkins | Adrian Holovaty |
| 2006-11-07 | Fixed #2800: the ifchanged tag now can optionally take paramaters to be check... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2914: filesizeformat no longer dies on invalid values. Thanks, dev@sim... | Jacob Kaplan-Moss |
| 2006-11-07 | Fixed #2343: Library.inclusion_tag now accepts a list of template names along... | Jacob Kaplan-Moss |
| 2006-10-30 | Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea... | Adrian Holovaty |
| 2006-10-27 | Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet... | Adrian Holovaty |
| 2006-10-24 | Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ... | Adrian Holovaty |
| 2006-09-26 | Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc. | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2454 -- Make "ifchanged" tag work more predictably inside nested | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2456 -- Added backslash escaping to addslashes, which is necessary once | Malcolm Tredinnick |
| 2006-09-21 | Fixed #2743 -- Made the value of a cycle tag accessible through the context. | Malcolm Tredinnick |
| 2006-09-05 | Fixed #2645 -- Fixed format-string error in exception call in template/__init... | Adrian Holovaty |
| 2006-09-04 | Added small comment to django.template.loader_tags, to clarify change from [3... | Adrian Holovaty |
| 2006-09-04 | Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w... | Russell Keith-Magee |
| 2006-09-03 | Refs #2333 - Added documentation for the test Client, and removed a stray imp... | Russell Keith-Magee |
| 2006-09-02 | Refs #2333 - Removed a call to the signal dispatcher that was mistakenly merg... | Russell Keith-Magee |
| 2006-09-02 | Refs #2333 - Re-added the template rendering signal for testing purposes; how... | Russell Keith-Magee |
| 2006-08-30 | Refs #1400 - Reverted r3269. Template variable evalution should follow Python... | Russell Keith-Magee |
| 2006-08-27 | Reverted [3659], the 'name' field on Template objects and the signal emitted ... | Adrian Holovaty |
| 2006-08-27 | Refs #2333 - Added a signal that is emitted whenever a template is rendered, ... | Russell Keith-Magee |
| 2006-08-13 | Fixed incorrect error message in django.template.loaders.filesystem if you pa... | Adrian Holovaty |
| 2006-08-12 | Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, ... | Adrian Holovaty |