django/tests
Adrian Holovaty d80ac5ac25 Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} and {% ifnotequal %} now both accept an optional {% else %} clause. Unit tests included.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@574 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-29 21:11:41 +00:00
..
othertests Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} and {% ifnotequal %} now both accept an optional {% else %} clause. Unit tests included. 2005-08-29 21:11:41 +00:00
testapp Tiny change to docstring in many_to_one_null model unit test 2005-08-26 05:39:23 +00:00
doctest.py Added first stab at model and DB-API unit tests 2005-07-29 15:15:40 +00:00
runtests.py Doctest now uses the ELLIPSIS option, which allows the one_to_one test to pass under sqlite. This fixes #238. 2005-08-10 18:10:38 +00:00