django1/tests/othertests
Adrian Holovaty e296de5500 Changed resolve_variable to resolve integers and floats as integers and floats. Added ifequal unit tests. Refs #959
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-12-16 05:33:24 +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 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
defaultfilters.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
httpwrappers.py Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fixed mutability holes, gave MultiValueDict many more dictionary methods and added unit tests. Thanks, Kieran Holland. This is slightly backwards-incompatible if you happened to rely on the behavior of QueryDict.items(), which is highly unlikely. 2005-11-30 04:08:46 +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 Changed resolve_variable to resolve integers and floats as integers and floats. Added ifequal unit tests. Refs #959 2005-12-16 05:33:24 +00:00