django/tests
Adrian Holovaty 26489d4e2a newforms: Fixed unexpected behavior with CharField(required=False, min_length=X). Thanks for reporting, Benjamin Slavin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-15 23:07:41 +00:00
..
modeltests newforms: The Form classes created by form_for_model() now have a create() method, which creates a model instance from the clean_data 2006-12-15 22:33:24 +00:00
regressiontests newforms: Fixed unexpected behavior with CharField(required=False, min_length=X). Thanks for reporting, Benjamin Slavin 2006-12-15 23:07:41 +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