django/tests/regressiontests
Adrian Holovaty 73d62743e9 newforms: Added unit tests and docs explaining that clean_data will only ever contain fields of the form, even if extra fields are passed in data
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-11 00:04:27 +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 unit tests and docs explaining that clean_data will only ever contain fields of the form, even if extra fields are passed in data 2007-01-11 00:04:27 +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