Changes between Version 11 and Version 12 of MultipleDatabaseSupport


Ignore:
Timestamp:
Jul 25, 2006, 1:38:55 PM (18 years ago)
Author:
jpellerin
Comment:

Updated status to note that multi-db is now feature complete

Legend:

Unmodified
Added
Removed
Modified
  • MultipleDatabaseSupport

    v11 v12  
    55=== Current status ===
    66
    7 '''USABLE'''
     7'''FEATURE COMPLETE''' (alpha)
    88
    9 All tests pass. Much work remains in integrating changes into django.core.management and improving docs and tests.
    10  
     9All features are implemented and all tests pass. Much work remains in documenting the new features and extending test coverage.
     10
    1111Work is ongoing in the multiple-db-support branch, which you can check out thusly:
    1212
     
    2424||Generate sql for dropping tables in django.db.backends.sql.ansi||DONE||
    2525||Generate sql for resetting sequences in postgres backend SchemaBuilder subclass||DONE||
    26 ||When validating models, warn user if a model references another model that is configured to use a different connection||||
     26||When validating models, warn user if a model references another model that is configured to use a different connection||DONE||
    2727||Create mutliple_db.txt doc documenting use of settings, transactions, etc.||||
    2828||Link to multiple db doc from other docs where appropriate||||
Back to Top