Django

Code

Changeset 5664

Show
Ignore:
Timestamp:
07/12/07 07:48:27 (1 year ago)
Author:
russellm
Message:

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 <stava@telcotec.se>.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/contributing.txt

    r5609 r5664  
    533533``DATABASE_ENGINE``, ``DATABASE_USER`` and ``DATABASE_PASSWORD`` settings. You 
    534534will also need a ``ROOT_URLCONF`` setting (its value is ignored; it just needs 
    535 to be present) and a ``SITE_ID`` setting (any integer value will do) in order 
    536 for all the tests to pass. 
     535to be present) and a ``SITE_ID`` setting (any non-zero integer value will do) 
     536in order for all the tests to pass. 
    537537 
    538538The unit tests will not touch your existing databases; they create a new