django/tests/othertests
Adrian Holovaty 1db708d4d7 magic-removal: Merged to [1817]
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-04 17:06:16 +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
dateformat.py Fixed dateformat unit test that was failing -- the test was incorrect. 2005-11-09 20:41:18 +00:00
db_typecasts.py magic-removal: Various cleanup and moving, with respect to the recent django.core.db -> django.db move 2005-12-14 06:24:32 +00:00
defaultfilters.py magic-removal: Merged to [1817] 2006-01-04 17:06:16 +00:00
httpwrappers.py magic-removal: Fixed #1141 -- Fixed unit-test failures in [1799]. Thanks, Russ 2005-12-30 15:51:53 +00:00
markup.py Fixed #911 -- Made template system scoped to the parser instead of the template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade instructions. 2005-11-26 22:46:31 +00:00
templates.py Moved fields.py. Fixed template debug unit test failures. 2005-12-16 15:51:08 +00:00