Changes between Version 15 and Version 16 of MultipleDatabaseSupport
- Timestamp:
- Feb 2, 2007, 6:54:45 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultipleDatabaseSupport
v15 v16 1 = = Multiple Database Support ==1 = Multiple Database Support = 2 2 3 3 Work is underway on a patch for #1142, which will add support for multiple database connections. This page documents my current plan and progress towards a fully working patch. 4 4 5 == = Current status ===5 == Current status == 6 6 7 7 '''FEATURE COMPLETE''' (alpha) … … 14 14 svn co http://code.djangoproject.com/svn/django/branches/multiple-db-support 15 15 }}} 16 17 or view in the source browser at: source:/django/branches/multiple-db-support 16 18 17 19 Most of the basic implementation is done, with the exception of the items in this todo list: … … 31 33 ||Review tests and extend where appropriate|||| 32 34 33 == = The plan ===35 == The plan == 34 36 35 37 * Avoid any change that impacts backward compatibility. The intent is to add new functionality for those who need it, not to change the most common use case of a single database connection.