Changeset 7916
- Timestamp:
- 07/13/08 06:47:09 (6 months ago)
- Files:
-
- django/trunk/docs/contributing.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/contributing.txt
r7844 r7916 739 739 permission to execute ``CREATE DATABASE``. 740 740 741 You will also need to ensure that your database uses UTF-8 as the default 742 character set. If your database server doesn't use UTF-8 as a default charset, 743 you will need to include a value for ``TEST_DATABASE_CHARSET`` in your settings 744 file. 745 741 746 If you want to run the full suite of tests, you'll need to install a number of 742 747 dependencies:
