Changes between Version 18 and Version 19 of MultipleDatabaseSupport
- Timestamp:
- Sep 11, 2008, 11:12:13 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultipleDatabaseSupport
v18 v19 1 1 = Multiple Database Support = 2 3 ''See PreviousMultipleDatabaseBranch for information on a previous attempt at adding this.''4 2 5 3 The most recent discussion about multi-db support can be seen on this thread: http://groups.google.com/group/django-developers/browse_thread/thread/9f0353fe0682b73 … … 21 19 * '''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? 22 20 * '''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