django/tests
Adrian Holovaty 8b9cf79ff6 Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolitik and punteney
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-10 21:37:20 +00:00
..
modeltests Fixed #9223 -- Added support for declarative widgets to ModelForm. I declare thanks to isagalaev. 2010-01-10 19:23:42 +00:00
regressiontests Fixed #11783 -- ordinal template tag now catches TypeError. Thanks, realpolitik and punteney 2010-01-10 21:37:20 +00:00
templates
runtests.py Fixed #11615 -- Changed test runners to use an exit status code of 1 for any number of failed tests. The previous behavior of using an exit status code equal to the number of failed tests produced incorrect exit status codes when the number of test failures was 256 or greater. Thanks to lamby for the report and patch. 2010-01-03 18:52:25 +00:00
urls.py Fixed #6094 -- Middleware exceptions are now caught by the core handler. Thanks, isagalaev 2010-01-10 17:35:01 +00:00