Django

Code

Changeset 6830

Show
Ignore:
Timestamp:
12/02/07 09:17:21 (9 months ago)
Author:
mtredinnick
Message:

Fixed #6070 -- Fixed the documentation about running Django's core tests, since SITE_ID is no longer required (it was removed in [6814]). Thanks, beorn.

Files:

Legend:

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

    r6795 r6830  
    660660 
    661661Yes, the unit tests need a settings module, but only for database connection 
    662 info, with the ``DATABASE_ENGINE`` setting. You will also need a ``ROOT_URLCONF`` 
    663 setting (its value is ignored; it just needs to be present) and a ``SITE_ID`` 
    664 setting (any non-zero integer value will do) in order for all the tests to pass. 
     662info, with the ``DATABASE_ENGINE`` setting. You'll also need a ``ROOT_URLCONF`` 
     663setting (its value is ignored; it just needs to be present). 
    665664 
    666665If you're using the ``sqlite3`` database backend, no further settings are