Index: docs/contributing.txt
===================================================================
--- docs/contributing.txt	(revision 5149)
+++ docs/contributing.txt	(working copy)
@@ -396,10 +396,10 @@
     ./runtests.py --settings=path.to.django.settings
 
 Yes, the unit tests need a settings module, but only for database connection
-info -- the ``DATABASE_ENGINE``, ``DATABASE_USER`` and ``DATABASE_PASSWORD``.
-You will also need a ``ROOT_URLCONF`` setting (its value is ignored; it just
-needs to be present) and a ``SITE_ID`` setting (any integer value will do) in
-order for all the tests to pass.
+info -- the ``DATABASE_ENGINE``, ``DATABASE_NAME``, ``DATABASE_USER`` and
+``DATABASE_PASSWORD``.  You will also need a ``ROOT_URLCONF`` setting (its value
+is ignored; it just needs to be present) and a ``SITE_ID`` setting (any integer
+value will do) in order for all the tests to pass.
 
 The unit tests will not touch your existing databases; they create a new
 database, called ``django_test_db``, which is deleted when the tests are
