django/tests
Adrian Holovaty 5cb093b033 newforms: Changed form_for_model() to ignore a field if its formfield() returns None, and changed AutoField.formfield() to return None
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4214 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-15 21:22:13 +00:00
..
modeltests newforms: Changed form_for_model() to ignore a field if its formfield() returns None, and changed AutoField.formfield() to return None 2006-12-15 21:22:13 +00:00
regressiontests Fixed #3143 -- Added TimeField to newforms. Thanks, jkocherhans 2006-12-14 20:35:32 +00:00
templates
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