django1/tests
Russell Keith-Magee 0e924c70b1 Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to gettext(). At some point post 0.96, we need to remove the calls that put _ into the builtins.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-11 06:20:52 +00:00
..
modeltests Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by the views visited by the test client. Thanks, Ben <afternoon@uk2.net>. 2007-02-11 00:23:31 +00:00
regressiontests Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to gettext(). At some point post 0.96, we need to remove the calls that put _ into the builtins. 2007-02-11 06:20:52 +00:00
templates Refs #2333 - Added model test for the test Client. 2006-09-02 09:34:40 +00:00
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 Refs #2333 - Added model test for the test Client. 2006-09-02 09:34:40 +00:00