1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/tests/regressiontests
2007-01-23 20:23:07 +00:00
..
cache
dateformat
db_typecasts
defaultfilters Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to specify precision of floats, Thanks, Eric Floehr. 2007-01-03 05:29:34 +00:00
forms newforms: Added MultiValueField, SplitDateTimeField, MultiWidget, SplitDateTimeWidget 2007-01-23 20:23:07 +00:00
httpwrappers
initial_sql_regress
invalid_admin_options Fixes #3217 -- Added regression tests for options on the Admin metaclass. Includes some tests that are commented out, as they are known failures. Thanks, Robert Myers (who has promised to fix the rest of the tests). 2007-01-03 04:14:17 +00:00
many_to_one_regress
markup
null_queries
one_to_one_regress
string_lookup
templates Template system now supports variables whose str() returns a Unicode object with non-ascii characters. Thanks, gabor 2006-12-05 19:48:46 +00:00
urlpatterns_reverse
__init__.py