1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/tests/othertests
2006-01-01 18:43:09 +00:00
..
__init__.py
cache.py
dateformat.py Fixed dateformat unit test that was failing -- the test was incorrect. 2005-11-09 20:41:18 +00:00
db_typecasts.py
defaultfilters.py Fixed #1145 -- Added unit tests for default template filters and fixed two bugs in filters. Thanks, Luke Plant 2006-01-01 18:37:33 +00:00
httpwrappers.py Fixed httpwrappers unit tests to reflect MultiValueDict repr() change 2006-01-01 18:43:09 +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