Removed the need for ROOT_URLCONF in settings when running Django's core tests
commitb1cc7b4b604f907c7a9f451517bc1173221c273a
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sat, 30 Aug 2008 05:09:03 +0000 (30 05:09 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sat, 30 Aug 2008 05:09:03 +0000 (30 05:09 +0000)
treebccb5e82f148b1078653e66ab950c13c24b2c831
parentaa6ebb7cbe4e7104b7e0a6da15cba5c2615820b7
Removed the need for ROOT_URLCONF in settings when running Django's core tests
(via runtests.py). It was embarrassing having to explain the need for it to
people, since we ignore whatever setting is passed in.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8731 bcc190cf-cafb-0310-a4f2-bffc1f526a37
docs/internals/contributing.txt
tests/runtests.py