index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
othertests
Age
Commit message (
Expand
)
Author
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
2005-08-01
Added framework for writing non-model-based tests, and added tests for cache ...
Jacob Kaplan-Moss