django/tests/othertests
Jacob Kaplan-Moss 27b1f69d79 Fixed #295 - added {{{forloop.revcounter}}} and {{{forloop.revcounter0}}} variables to for loops. Also updated the docs and added unit tests to verify correct behavior. Thanks, Clint.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@736 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-29 23:34:29 +00:00
..
__init__.py Added framework for writing non-model-based tests, and added tests for cache and templates 2005-08-01 19:09:07 +00:00
cache.py Added framework for writing non-model-based tests, and added tests for cache and templates 2005-08-01 19:09:07 +00:00
db_typecasts.py Changed timestamp and time typecasting to preserve microseconds. Added unit tests to test this behavior, and added a db_typecast unit test module. Refs #306. 2005-08-11 19:34:34 +00:00
markup.py Changed markup tests to not fail if required modules are not installed 2005-08-11 18:32:19 +00:00
templates.py Fixed #295 - added {{{forloop.revcounter}}} and {{{forloop.revcounter0}}} variables to for loops. Also updated the docs and added unit tests to verify correct behavior. Thanks, Clint. 2005-09-29 23:34:29 +00:00