Changes between Version 22 and Version 23 of MultipleDatabaseSupport


Ignore:
Timestamp:
Sep 12, 2008, 6:15:24 PM (16 years ago)
Author:
simon
Comment:

Added link to mysql_replicated

Legend:

Unmodified
Added
Removed
Modified
  • MultipleDatabaseSupport

    v22 v23  
    2525
    2626 * [http://groups.google.com/group/django-developers/msg/078099f199bdfb79 Jan Oberst demonstrates part of his sharding API]
     27 * [http://softwaremaniacs.org/soft/mysql_replicated/en/ mysql_replicated] implements master/slave replication triggered by HTTP GET v.s. POST as a custom database backend, works against Django 1.0 with no patching required.
    2728 * [http://trac.woe-beti.de/ Django Multiple Database support] - most recent (last modified May 2008)
    2829 * PreviousMultipleDatabaseBranch - obsolete branch, last modified 2006
Back to Top