django/tests
Adrian Holovaty cd394a246a Fixed #3153 -- newforms 'label' argument now can contain wacky characters. Thanks, dswistowski
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-17 19:04:03 +00:00
..
modeltests newforms: Added optional 'form' parameter to form_for_model 2006-12-17 05:12:53 +00:00
regressiontests Fixed #3153 -- newforms 'label' argument now can contain wacky characters. Thanks, dswistowski 2006-12-17 19:04:03 +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