Changes between Version 18 and Version 19 of MultipleDatabaseSupport


Ignore:
Timestamp:
Sep 11, 2008, 11:12:13 AM (16 years ago)
Author:
simon
Comment:

Added implementations

Legend:

Unmodified
Added
Removed
Modified
  • MultipleDatabaseSupport

    v18 v19  
    11= Multiple Database Support =
    2 
    3 ''See PreviousMultipleDatabaseBranch for information on a previous attempt at adding this.''
    42
    53The most recent discussion about multi-db support can be seen on this thread: http://groups.google.com/group/django-developers/browse_thread/thread/9f0353fe0682b73
     
    2119 * '''Related managers''' - how do we deal with the case when the User model lives on one database but its related BlogEntrys live on a different database?
    2220 * '''Joins across different databases''' - do we try to get these working? If not, how do we detect them and what kind of error or warning do we present?
     21
     22== Implementations ==
     23
     24 * [http://trac.woe-beti.de/ Django Multiple Database support] - most recent (last modified May 2008)
     25 * PreviousMultipleDatabaseBranch - obsolete branch, last modified 2006
Back to Top