Author: russellm
Date: 2008-07-13 06:47:09 -0500 (Sun, 13 Jul 2008)
New Revision: 7916
Modified:
django/trunk/docs/contributing.txt
Log:
Fixed #7534 -- Added a note about TEST_DATABASE_CHARSET in the contribution
documentation. Thanks to Peter Melvyn for the suggestion and initial draft.
Modified: django/trunk/docs/contributing.txt
===================================================================
--- django/trunk/docs/contributing.txt 2008-07-13 08:57:30 UTC (rev 7915)
+++ django/trunk/docs/contributing.txt 2008-07-13 11:47:09 UTC (rev 7916)
@@ -738,6 +738,11 @@
deleted when the tests are finished. This means your user account needs
permission to execute ``CREATE DATABASE``.
+You will also need to ensure that your database uses UTF-8 as the default
+character set. If your database server doesn't use UTF-8 as a default charset,
+you will need to include a value for ``TEST_DATABASE_CHARSET`` in your settings
+file.
+
If you want to run the full suite of tests, you'll need to install a number of
dependencies:
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---