Author: russellm Date: 2007-07-12 07:48:27 -0500 (Thu, 12 Jul 2007) New Revision: 5664
Modified: django/trunk/docs/contributing.txt Log: Fixed #4745 -- Updated docs to point out that 0 is not a valid SITE_ID when running the tests. Thanks for the suggestion, Lars Stavholm <[EMAIL PROTECTED]>. Modified: django/trunk/docs/contributing.txt =================================================================== --- django/trunk/docs/contributing.txt 2007-07-12 12:44:05 UTC (rev 5663) +++ django/trunk/docs/contributing.txt 2007-07-12 12:48:27 UTC (rev 5664) @@ -532,8 +532,8 @@ info -- the ``DATABASE_NAME`` (required, but will be ignored), ``DATABASE_ENGINE``, ``DATABASE_USER`` and ``DATABASE_PASSWORD`` settings. 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. +to be present) and a ``SITE_ID`` setting (any non-zero 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
