Changes between Version 15 and Version 16 of MultipleDatabaseSupport


Ignore:
Timestamp:
Feb 2, 2007, 6:54:45 PM (17 years ago)
Author:
Gary Wilson <gary.wilson@…>
Comment:

fixed heading and added link to branch

Legend:

Unmodified
Added
Removed
Modified
  • MultipleDatabaseSupport

    v15 v16  
    1 == Multiple Database Support ==
     1= Multiple Database Support =
    22
    33Work 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.
    44
    5 === Current status ===
     5== Current status ==
    66
    77'''FEATURE COMPLETE''' (alpha)
     
    1414svn co http://code.djangoproject.com/svn/django/branches/multiple-db-support
    1515}}}
     16
     17or view in the source browser at: source:/django/branches/multiple-db-support
    1618
    1719Most of the basic implementation is done, with the exception of the items in this todo list:
     
    3133||Review tests and extend where appropriate||||
    3234
    33 === The plan ===
     35== The plan ==
    3436
    3537 * 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.
Back to Top