1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests
2007-01-28 04:56:54 +00:00
..
modeltests Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle foreign-key and many-to-many data properly. Thanks for the patch, Jeff Hilyard 2007-01-28 04:56:54 +00:00
regressiontests newforms: Added a unit test that tests dynamic field addition with base fields defined on the class 2007-01-27 22:16:16 +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