Mysql_replicated is a Django DB backend supporting master-slave MySQL replication. It works by switching global Django's DB connection between master database and slave replicas allowing usage of two connections from within standard ORM.
version 1.2.1
News
-
24.12.2008
Version 1.2.1 has a fix for a tiny bug that somehow has slipped off previous version: parameter
session_keyforSession.delete()is now not required as it should be. -
23.12.2008
In version 1.2 it's possible to set all slave database settings, not only host and port.
-
07.09.2008
Version 1.1
This version brings a new name for the backend -- "mysql_replicated" instead of "mysql_cluster" due to confusion with the product "MySQL Cluster" with which this backend has nothing to do.
Also Alex Koshelev has updated the backend to work with Django 1.0