Changes between Version 9 and Version 10 of MultipleDatabaseSupport


Ignore:
Timestamp:
Jul 22, 2006, 11:08:29 PM (18 years ago)
Author:
jpellerin
Comment:

Updated current status: isolation tests are done

Legend:

Unmodified
Added
Removed
Modified
  • MultipleDatabaseSupport

    v9 v10  
    55=== Current status ===
    66
    7 '''USEABLE'''
     7'''USABLE'''
    88
    99All tests pass. Much work remains in integrating changes into django.core.management and improving docs and tests.
     
    2121||MODELS entry in OTHER_DATABASES not model._meta.db_connection||DONE||
    2222||Move connection info to manager||DONE||
    23 ||Tests for thread/request isolation||||
     23||Tests for thread/request isolation||DONE||
    2424||Generate sql for dropping tables in django.db.backends.sql.ansi||DONE||
    2525||Generate sql for resetting sequences in postgres backend SchemaBuilder subclass||||
    26 ||When validating models, warn user if a model references another model that is configure 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||||
    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