Changes between Version 6 and Version 7 of MultipleDatabaseSupport


Ignore:
Timestamp:
Jul 11, 2006, 3:05:30 PM (18 years ago)
Author:
jpellerin
Comment:

Expanded TODO list, noted that the plan is changing.

Legend:

Unmodified
Added
Removed
Modified
  • MultipleDatabaseSupport

    v6 v7  
    55=== Current status ===
    66
     7'''NOTE''' Several aspects of the design outlined below have changed, after discusson on the developer's list. I'm hoping to be able to update the code and this page within the next few days.
     8 
    79Work is ongoing in the multiple-db-support branch, which you can check out thusly:
    810
     
    1416
    1517||'''TODO'''||'''status'''||
     18||OTHER_DATABASES not DATABASES||||
     19||MODELS entry in OTHER_DATABASES not model._meta.db_connection||||
     20||Move connection info to manager||||
     21||Tests for thread/request isolation||||
    1622||Generate sql for dropping tables in django.db.backends.sql.ansi||||
    1723||Generate sql for resetting sequences in postgres backend SchemaBuilder subclass||||
Back to Top