django/tests
Luke Plant 4531767700 Fixed auth context processor tests, which were not running at all previously.
It seems they were accidentally disabled following being moved from
regressiontests in [15990]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-31 15:19:19 +00:00
..
modeltests Fixed #16048 -- Use the base manager instead of the default manager to retrieve a related object of a GenericForeignKey similar to ForeignKeys. Thanks, adurdin. 2011-05-22 15:21:03 +00:00
regressiontests Fixed auth context processor tests, which were not running at all previously. 2011-05-31 15:19:19 +00:00
templates
runtests.py Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thanks, Dave McLain. 2011-05-06 13:29:58 +00:00
test_sqlite.py
urls.py Changed utils/decorators.py tests to use RequestFactory 2011-05-23 16:08:45 +00:00