Author: lukeplant
Date: 2010-08-30 05:27:08 -0500 (Mon, 30 Aug 2010)
New Revision: 13665
Modified:
django/branches/releases/1.2.X/
django/branches/releases/1.2.X/docs/topics/db/multi-db.txt
Log:
[1.2.X] Fixed #13759 - Multi-db docs have an example that isn't syntax
highlighting
Thanks to Tim Hatch for report and patch.
Backport of [13664] from trunk
Property changes on: django/branches/releases/1.2.X
___________________________________________________________________
Name: svnmerge-integrated
- /django/trunk:1-13360,13434,13480,13574,13600,13638,13652
+ /django/trunk:1-13360,13434,13480,13574,13600,13638,13652,13664
Modified: django/branches/releases/1.2.X/docs/topics/db/multi-db.txt
===================================================================
--- django/branches/releases/1.2.X/docs/topics/db/multi-db.txt 2010-08-30
10:24:18 UTC (rev 13664)
+++ django/branches/releases/1.2.X/docs/topics/db/multi-db.txt 2010-08-30
10:27:08 UTC (rev 13665)
@@ -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.