Changes between Version 26 and Version 27 of MultipleDatabaseSupport
- Timestamp:
- Feb 12, 2009, 12:30:58 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultipleDatabaseSupport
v26 v27 27 27 * [http://groups.google.com/group/django-developers/msg/078099f199bdfb79 Jan Oberst demonstrates part of his sharding API] 28 28 * [http://softwaremaniacs.org/soft/mysql_replicated/en/ mysql_replicated] implements master/slave replication triggered either automatically by HTTP GET v.s. POST or by view decorator or manually. Implemented as a custom database backend, works against Django 1.0 with no patching required. 29 * [http://trac.woe-beti.de/ Django Multiple Database support] - most recent (last modified May 2008 )29 * [http://trac.woe-beti.de/ Django Multiple Database support] - most recent (last modified May 2008, not available) 30 30 * PreviousMultipleDatabaseBranch - obsolete branch, last modified 2006