Author: brosner
Date: 2009-12-22 10:00:49 -0600 (Tue, 22 Dec 2009)
New Revision: 11955

Modified:
   django/trunk/docs/internals/contributing.txt
Log:
Added missing quote in contributing settings code

Modified: django/trunk/docs/internals/contributing.txt
===================================================================
--- django/trunk/docs/internals/contributing.txt        2009-12-22 15:57:45 UTC 
(rev 11954)
+++ django/trunk/docs/internals/contributing.txt        2009-12-22 16:00:49 UTC 
(rev 11955)
@@ -815,7 +815,7 @@
         },
         'other': {
             'ENGINE': 'django.db.backends.sqlite3',
-            'TEST_NAME: 'other_db'
+            'TEST_NAME': 'other_db'
         }
     }
 

--

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.


Reply via email to