django/tests
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
..
modeltests Fixed #3267 -- newforms: Changed database TextField to render as Textarea in form_for_model() forms. Thanks for the patch, Philipp Keller 2007-01-10 23:34:37 +00:00
regressiontests 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
templates Refs #2333 - Added model test for the test Client. 2006-09-02 09:34:40 +00:00
runtests.py Changed runtests.py to set USE_I18N=True during test running, because the template tests assume it. Some template tests were failing because my personal settings have USE_I18N=False 2006-12-15 06:06:52 +00:00
urls.py Refs #2333 - Added model test for the test Client. 2006-09-02 09:34:40 +00:00