Django

Code

Changeset 7916

Show
Ignore:
Timestamp:
07/13/08 06:47:09 (6 months ago)
Author:
russellm
Message:

Fixed #7534 -- Added a note about TEST_DATABASE_CHARSET in the contribution documentation. Thanks to Peter Melvyn for the suggestion and initial draft.

Files:

Legend:

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

    r7844 r7916  
    739739      permission to execute ``CREATE DATABASE``. 
    740740 
     741You will also need to ensure that your database uses UTF-8 as the default 
     742character set. If your database server doesn't use UTF-8 as a default charset, 
     743you will need to include a value for ``TEST_DATABASE_CHARSET`` in your settings 
     744file. 
     745    
    741746If you want to run the full suite of tests, you'll need to install a number of 
    742747dependencies: