django/tests/regressiontests/test_utils
Ramiro Morales 55005a5181 Added file forgotten in r16369.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16375 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-11 18:48:09 +00:00
..
fixtures Added file forgotten in r16369. 2011-06-11 18:48:09 +00:00
__init__.py
models.py
tests.py Fixed #14049 -- Made our TestCase subclasses not load database fixtures (nor set up custom URLconfs) for test methods that are going to be skipped. Thanks zimnyx for the report. 2011-06-11 15:27:12 +00:00
urls.py Modified some regression tests to make them independent of the default root urlconf. 2011-04-02 13:27:17 +00:00
views.py Fixed #14774 -- the test client and assertNumQueries didn't work well together. Thanks to Jonas Obrist for the initial patch. 2011-01-20 04:47:47 +00:00