summaryrefslogtreecommitdiff
path: root/tests/othertests/templates.py
AgeCommit message (Expand)Author
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee
2006-07-27Fixed #1650: the {% extends %} tag now can extend a Template object passed in...Jacob Kaplan-Moss
2006-07-15Fixed the timeuntil and timesince filter tests to not fail if the system clockMalcolm Tredinnick
2006-07-04Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ...Russell Keith-Magee
2006-06-21Fixed the "timeuntil" and "timesince" tests so that they don't fail on aMalcolm Tredinnick
2006-06-21Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...Malcolm Tredinnick
2006-06-21Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick
2006-06-18Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}.Malcolm Tredinnick
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-08Added django.template.Token.split_contents() and used it to add support for s...Adrian Holovaty
2006-06-08Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of...Adrian Holovaty
2006-05-16Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-01-17Fixed spaceless template-tag tests in trunk (from magic-removal [2030])Adrian Holovaty
2006-01-15Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templatesAdrian Holovaty
2006-01-15Fixed #1176 -- Changed {% comment %} template tag not to generate a nodelist,...Adrian Holovaty
2005-12-16Changed resolve_variable to resolve integers and floats as integers and float...Adrian Holovaty
2005-12-09Moved custom unit-test templatetag library into the unit test module itself, ...Adrian Holovaty
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-25Negligible spacing change in tests/othertests/templates.pyAdrian Holovaty
2005-11-23Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty
2005-11-22Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th...Adrian Holovaty
2005-11-17fixed two failing i18n tests - they only failed when using ./runtests, now th...Georg Bauer
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-10-14Changed template unit test runner to use new template-loader framework from [...Adrian Holovaty
2005-10-14Fixed #626 -- Moved template modules to django.core.template package. django....Adrian Holovaty
2005-09-29Fixed #295 - added {{{forloop.revcounter}}} and {{{forloop.revcounter0}}} var...Jacob Kaplan-Moss
2005-09-29Fixed #501 -- Fixed block.super in multi-level templates, and added unit test...Adrian Holovaty
2005-09-11Fixed #486 -- Fixed bug in template filter parsing in edge cases, and added u...Adrian Holovaty
2005-09-01Fixed #365 -- Changed template.resolve_variable to resolve hard-coded strings...Adrian Holovaty
2005-08-29Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} ...Adrian Holovaty
2005-08-01Added framework for writing non-model-based tests, and added tests for cache ...Jacob Kaplan-Moss