Changes between Version 6 and Version 7 of MultipleDatabaseSupport
- Timestamp:
- Jul 11, 2006, 3:05:30 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultipleDatabaseSupport
v6 v7 5 5 === Current status === 6 6 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 7 9 Work is ongoing in the multiple-db-support branch, which you can check out thusly: 8 10 … … 14 16 15 17 ||'''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|||| 16 22 ||Generate sql for dropping tables in django.db.backends.sql.ansi|||| 17 23 ||Generate sql for resetting sequences in postgres backend SchemaBuilder subclass||||