Author: Alex
Date: 2009-06-06 22:06:13 -0500 (Sat, 06 Jun 2009)
New Revision: 10936

Modified:
   django/branches/soc2009/multidb/TODO.TXT
   django/branches/soc2009/multidb/docs/internals/contributing.txt
Log:
[soc2009/multidb] Updated the contributing documentation for the settings 
changes

Modified: django/branches/soc2009/multidb/TODO.TXT
===================================================================
--- django/branches/soc2009/multidb/TODO.TXT    2009-06-07 00:30:56 UTC (rev 
10935)
+++ django/branches/soc2009/multidb/TODO.TXT    2009-06-07 03:06:13 UTC (rev 
10936)
@@ -8,7 +8,6 @@
 2)  Update all old references to ``settings.DATABASE_*`` to reference
     ``settings.DATABASES``.  This includes the following locations
 
-    * internals/contributing -- still needs an update on TEST_*
     * ref/settings -- needs to be upddated for TEST_*
     * topics/testing -- needs update for the TEST_* settings, plus test 
refactor
 

Modified: django/branches/soc2009/multidb/docs/internals/contributing.txt
===================================================================
--- django/branches/soc2009/multidb/docs/internals/contributing.txt     
2009-06-07 00:30:56 UTC (rev 10935)
+++ django/branches/soc2009/multidb/docs/internals/contributing.txt     
2009-06-07 03:06:13 UTC (rev 10936)
@@ -759,8 +759,8 @@
 
 If you're using another backend:
 
-    * Your the ``DATABASE_USER`` option for the ``'default'`` datbase setting
-      needs to specify an existing user account for the database engine.
+    * Your the ``DATABASE_USER`` option for each of your databases needs to
+      specify an existing user account for the database.
 
     * The ``DATABASE_NAME`` option must be the name of an existing database to
       which the given user has permission to connect. The unit tests will not
@@ -771,8 +771,8 @@
 
 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.
+you will need to include a value for ``TEST_DATABASE_CHARSET`` in the settings
+dictionary for the applicable database.
 
 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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to