Author: lukeplant
Date: 2010-08-30 05:24:18 -0500 (Mon, 30 Aug 2010)
New Revision: 13664

Modified:
   django/trunk/docs/topics/db/multi-db.txt
Log:
Fixed #13759 - Multi-db docs have an example that isn't syntax highlighting

Thanks to Tim Hatch for report and patch.



Modified: django/trunk/docs/topics/db/multi-db.txt
===================================================================
--- django/trunk/docs/topics/db/multi-db.txt    2010-08-28 13:20:11 UTC (rev 
13663)
+++ django/trunk/docs/topics/db/multi-db.txt    2010-08-30 10:24:18 UTC (rev 
13664)
@@ -238,7 +238,7 @@
                 return False
             return None
 
-     class MasterSlaveRouter(object):
+    class MasterSlaveRouter(object):
         """A router that sets up a simple master/slave configuration"""
 
         def db_for_read(self, model, **hints):

-- 
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