django/tests
Adrian Holovaty 08e406d146 Added newforms USPhoneNumberField in django.contrib.localflavor.usa
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4554 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-21 05:54:09 +00:00
..
modeltests Fixed #3534 -- newforms ModelChoiceField and ModelMultipleChoiceField no longer cache choices. Instead, they calculate choices via a fresh database query each time the widget is rendered and clean() is called 2007-02-21 05:14:28 +00:00
regressiontests Added newforms USPhoneNumberField in django.contrib.localflavor.usa 2007-02-21 05:54:09 +00:00
templates
runtests.py Improved runtests.py to normalize MIDDLEWARE_CLASSES during test execution. Some tests were failing for me because my custom MIDDLEWARE_CLASSES setting didn't have sessions or authentication installed 2007-02-10 04:01:19 +00:00
urls.py Fixed #2606 -- Added tag for working out the URL of a particular view function. 2007-02-13 04:24:58 +00:00