| Age | Commit message (Expand) | Author |
| 2006-08-27 | Refs #2333 - Modified runtests script to use new testing framework. Migrated ... | Russell Keith-Magee |
| 2006-08-12 | Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, ... | Adrian Holovaty |
| 2006-07-28 | Added urlpatterns_reverse unit tests, which test the reverse lookup of URLs | Adrian Holovaty |
| 2006-07-27 | Fixed #1650: the {% extends %} tag now can extend a Template object passed in... | Jacob Kaplan-Moss |
| 2006-07-22 | Fixed #2397 -- fixed markdown test to be a bit more lenient in what counts as a | Malcolm Tredinnick |
| 2006-07-15 | Fixed the timeuntil and timesince filter tests to not fail if the system clock | Malcolm Tredinnick |
| 2006-07-04 | Fixes #2202 -- Added ability to customize output of pluralize filter to handl... | Russell Keith-Magee |
| 2006-07-04 | Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ... | Russell Keith-Magee |
| 2006-06-21 | Fixed the "timeuntil" and "timesince" tests so that they don't fail on a | Malcolm Tredinnick |
| 2006-06-21 | Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t... | Malcolm Tredinnick |
| 2006-06-21 | Fixed #2053 -- added an optional comparison argument to the "timesince" filter. | Malcolm Tredinnick |
| 2006-06-18 | Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}. | Malcolm Tredinnick |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-06-08 | Added django.template.Token.split_contents() and used it to add support for s... | Adrian Holovaty |
| 2006-06-08 | Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of... | Adrian Holovaty |
| 2006-05-16 | Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.... | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-13 | Fixed #1632 -- Fixed typo in markup unit tests. Thanks, pb | Adrian Holovaty |
| 2006-04-12 | Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter | Adrian Holovaty |
| 2006-02-25 | Removed a datetime test in tests/defaultfilters -- it was failing because it'... | Adrian Holovaty |
| 2006-02-23 | Fixed #1385 -- Allowed timesince filter to accept datetime.date objects. Than... | Adrian Holovaty |
| 2006-01-17 | Fixed spaceless template-tag tests in trunk (from magic-removal [2030]) | Adrian Holovaty |
| 2006-01-15 | Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templates | Adrian Holovaty |
| 2006-01-15 | Fixed #1176 -- Changed {% comment %} template tag not to generate a nodelist,... | Adrian Holovaty |
| 2006-01-04 | Changed repr for MultiValueDict | Adrian Holovaty |
| 2006-01-01 | Fixed httpwrappers unit tests to reflect MultiValueDict repr() change | Adrian Holovaty |
| 2006-01-01 | Fixed #1145 -- Added unit tests for default template filters and fixed two bu... | Adrian Holovaty |
| 2005-12-16 | Changed resolve_variable to resolve integers and floats as integers and float... | Adrian Holovaty |
| 2005-12-09 | Moved custom unit-test templatetag library into the unit test module itself, ... | Adrian Holovaty |
| 2005-11-30 | Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi... | Adrian Holovaty |
| 2005-11-26 | Fixed #911 -- Made template system scoped to the parser instead of the templa... | Adrian Holovaty |
| 2005-11-25 | Negligible spacing change in tests/othertests/templates.py | Adrian Holovaty |
| 2005-11-23 | Fixed #603 -- Added template debugging errors to pretty error-page output, if... | Adrian Holovaty |
| 2005-11-22 | Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th... | Adrian Holovaty |
| 2005-11-17 | fixed two failing i18n tests - they only failed when using ./runtests, now th... | Georg Bauer |
| 2005-11-09 | Fixed dateformat unit test that was failing -- the test was incorrect. | Adrian Holovaty |
| 2005-11-09 | Changed dateformat unit tests so that they use the en-us language. They were ... | Adrian Holovaty |
| 2005-11-04 | Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th... | Jacob Kaplan-Moss |
| 2005-10-25 | Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ... | Adrian Holovaty |
| 2005-10-22 | Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, Sune | Adrian Holovaty |
| 2005-10-14 | Changed template unit test runner to use new template-loader framework from [... | Adrian Holovaty |
| 2005-10-14 | Fixed #626 -- Moved template modules to django.core.template package. django.... | Adrian Holovaty |
| 2005-09-29 | Fixed #295 - added {{{forloop.revcounter}}} and {{{forloop.revcounter0}}} var... | Jacob Kaplan-Moss |
| 2005-09-29 | Fixed #501 -- Fixed block.super in multi-level templates, and added unit test... | Adrian Holovaty |
| 2005-09-11 | Fixed #486 -- Fixed bug in template filter parsing in edge cases, and added u... | Adrian Holovaty |
| 2005-09-01 | Fixed #365 -- Changed template.resolve_variable to resolve hard-coded strings... | Adrian Holovaty |
| 2005-08-29 | Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} ... | Adrian Holovaty |
| 2005-08-11 | Changed timestamp and time typecasting to preserve microseconds. Added unit t... | Adrian Holovaty |
| 2005-08-11 | Changed markup tests to not fail if required modules are not installed | Jacob Kaplan-Moss |
| 2005-08-10 | Fixed #241 -- added django.contrib.markup app with markup templatetags for Te... | Jacob Kaplan-Moss |